[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Set the certificate store name
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public void SetCertificateStoreName( string storeName ) |
Public Sub SetCertificateStoreName ( _ storeName As String _ ) |
public: void SetCertificateStoreName( String^ storeName ) |
Parameters
- storeName
- Type: System..::.String
Name of the certificate store.
Remarks
This is the name of the store in which certificates are stored.
During the SSL handshake, this is where the client library looks
for the certificates.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | If the store name is null |