Defines the different certificate store values.

Namespace: LLCryptoLib.Security.Certificates
Assembly: 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 nameValueDescription
SerializedStore1The certificate store should be saved as a serializes store.
Pkcs7Message2The certificate store should be saved as a signed PKCS7 message.

See Also