SubjectIdentifierType Enum

Definition

The SubjectIdentifierType enumeration defines the type of subject identifier.

C#
public enum SubjectIdentifierType
Inheritance
SubjectIdentifierType

Fields

Name Value Description
Unknown 0

The type of subject identifier is unknown.

IssuerAndSerialNumber 1

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

SubjectKeyIdentifier 2

The subject is identified by the hash of the subject's public key. The hash algorithm used is determined by the signature algorithm suite in the subject's certificate.

NoSignature 3

The subject is identified as taking part in an integrity check operation that uses only a hashing algorithm.

Applies to

Product Versions
.NET Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided), 2.1 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also