Defines the different certificate store values.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public enum CertificateStoreType |
Visual Basic |
---|
Public Enumeration CertificateStoreType |
Visual C++ |
---|
public enum class CertificateStoreType |
Members
Member name | Value | Description | |
---|---|---|---|
SerializedStore | 1 | The certificate store should be saved as a serializes store. | |
Pkcs7Message | 2 | The certificate store should be saved as a signed PKCS7 message. |