SubjectIdentifierType Enumeration
.NET Framework (current version)
The SubjectIdentifierType enumeration defines the type of subject identifier.
Assembly: System.Security (in System.Security.dll)
| Member name | Description | |
|---|---|---|
| IssuerAndSerialNumber | The subject is identified by the certificate issuer and serial number. | |
| NoSignature | The subject is identified as taking part in an integrity check operation that uses only a hashing algorithm. | |
| SubjectKeyIdentifier | 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. | |
| Unknown | The type of subject identifier is unknown. |
.NET Framework
Available since 2.0
Available since 2.0
Show: