[TIBCO.EMS .NET client library 8.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Set location of the certificate store
Namespace:
TIBCO.EMSAssembly: 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.