Specifies the name of the certificate store.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Enumeration CertificateStoreName |
C# |
---|
public enum CertificateStoreName |
Members
Member name | Description | |
---|---|---|
![]() | None | None. |
![]() | AddressBook | Other users. |
![]() | AuthRoot | Third-party certificate authorities. |
![]() | CertificateAuthority | Intermediate certificate authorities. |
![]() | Disallowed | Revoked certificates. |
![]() | My | Personal certificates. |
![]() | Root | Trusted root certificate authorities. |
![]() | TrustedPeople | Directly trusted people and resources. |
![]() | TrustedPublisher | Directly trusted publishers. |