| CertificateStoreRegisterSystemStore Method |
Registers a new system certificate store.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic static void RegisterSystemStore(
string name,
RegistryStoreLocation registryLocation
)
Public Shared Sub RegisterSystemStore (
name As String,
registryLocation As RegistryStoreLocation
)
Parameters
- name
- Type: SystemString
The system store name. - registryLocation
- Type: MailBee.SecurityRegistryStoreLocation
The store location in the registry.
Exceptions
RemarksUse this method to create your own system stores.
Note |
|---|
| This method is not available in .NET Standard 2.0 edition and newer (because it relies on Win32 API). |
Examples
See Also