SubjectIdentifierOrKeyType Enum

Definition

The SubjectIdentifierOrKeyType enumeration defines how a subject is identified.

public enum class SubjectIdentifierOrKeyType
public enum SubjectIdentifierOrKeyType
type SubjectIdentifierOrKeyType = 
Public Enum SubjectIdentifierOrKeyType
Inheritance
SubjectIdentifierOrKeyType

Fields

IssuerAndSerialNumber 1

The subject is identified by the certificate issuer and serial number.

PublicKeyInfo 3

The subject is identified by the public key.

SubjectKeyIdentifier 2

The subject is identified by the hash of the subject key.

Unknown 0

The type is unknown.

Applies to