X509KeyIdentifierClauseType Enumeration
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. | |
| IssuerSerial | The IssuerSerial reference is used: the issuer identifier plus a serial number that is unique for an issuer. | |
| RawDataKeyIdentifier | The reference contains the raw data for the entire X.509 certificate. | |
| 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). | |
| Thumbprint | The X.509 Thumbprint is used. |
The following code shows how to set the X509ReferenceStyle property to a member of this enumeration.
Available since 3.0