[TIBCO.EMS .NET client library 7.0 documentation]

Set location of the certificate store

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public void SetCertificateStoreLocation(
	StoreLocation storeLocation
)
Public Sub SetCertificateStoreLocation ( _
	storeLocation As StoreLocation _
)
public:
void SetCertificateStoreLocation(
	StoreLocation storeLocation
)

Parameters

storeLocation
Type: System.Security.Cryptography.X509Certificates..::.StoreLocation
Location in which to lookup certificate by name. For example, "CurrentUser" or "LocalMachine."

Remarks

The certificate store location indicates where to lookup the certificate by name. If no store name is specified, then the default store name is "My" store name within this store location.

See Also