MailBee.NET Objects 7.1

CertificateStore.RegisterSystemStore Method 

Registers a new system certificate store.

public static void RegisterSystemStore(
   string name,
   RegistryStoreLocation registryLocation
);

Parameters

name
The system store name.
registryLocation
The store location in the registry.

Remarks

Use this method to create your own system stores.

Exceptions

Exception Type Condition
MailBeeInvalidArgumentException name is a null reference (Nothing in Visual Basic).
MailBeeCertificateStoreWin32Exception Win32 returned an error on attempt to register a store.

Example

The example is available in AddCertificate topic.

See Also

CertificateStore Class | MailBee.Security Namespace