CertificateType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the type of Certificate.
public enum CertificateType
type CertificateType =
Public Enum CertificateType
- Inheritance
-
CertificateType
Fields
Name | Value | Description |
---|---|---|
InvalidType | 0 | An invalid certificate type. This type should never be used. |
PC | 1 | The certificate for a personal computer client. |
Device | 2 | The certificate for a Device client. |
Domain | 3 | A domain certificate. |
Issuer | 4 | A certificate used to issue other certificates. |
CrlSigner | 5 | A certificate used to sign certificate revocation lists. |
Service | 6 | Reserved for future use. |
Silverlight | 7 | Obsolete. Use PC instead. |
Server | 11 | The certificate for a server. |