[TIBCO.EMS .NET client library 5.1 documentation]

Set the certificate store name

Namespace:  TIBCO.EMS
Assembly:  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

ExceptionCondition
System..::.ArgumentException If the store name is null

See Also