This documentation is archived and is not being maintained.
X509KeyIdentifierClauseType Enumeration
Visual Studio 2010
An enumeration listing the possible types of X.509 key identifier clauses.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| Any | SubjectKeyIdentifier is used if present in the X.509 certificate, otherwise IssuerSerial is used. | |
| Thumbprint | The X.509 Thumbprint is used. | |
| IssuerSerial | The IssuerSerial reference is used: the issuer identifier plus a serial number that is unique for an issuer. | |
| SubjectKeyIdentifier | Reference is based on the subject key identifier extension of an X.509 certificate (not all certificates have one, it is an optional property). | |
| RawDataKeyIdentifier | The reference contains the raw data for the entire X.509 certificate. |
The following code shows how to set the X509ReferenceStyle property to a member of this enumeration.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, 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: