SubjectIdentifierOrKeyType Enumeration
.NET Framework (current version)
The SubjectIdentifierOrKeyType enumeration defines how a subject is identified.
Assembly: System.Security (in System.Security.dll)
| Member name | Description | |
|---|---|---|
| IssuerAndSerialNumber | The subject is identified by the certificate issuer and serial number. | |
| PublicKeyInfo | The subject is identified by the public key. | |
| SubjectKeyIdentifier | The subject is identified by the hash of the subject key. | |
| Unknown | The type is unknown. |
.NET Framework
Available since 2.0
Available since 2.0
Show: