This documentation is archived and is not being maintained.
SubjectIdentifierType Enumeration
Visual Studio 2010
The SubjectIdentifierType enumeration defines the type of subject identifier.
Assembly: System.Security (in System.Security.dll)
| Member name | Description | |
|---|---|---|
| Unknown | The type of subject identifier is unknown. | |
| IssuerAndSerialNumber | The subject is identified by the certificate issuer and serial number. | |
| 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. | |
| NoSignature | The subject is identified as taking part in an integrity check operation that uses only a hashing algorithm. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: