Partager via


CertificateType Enum

Definition

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.

Applies to