This documentation is archived and is not being maintained.

X509KeyIdentifierClauseType Enumeration

An enumeration listing the possible types of X.509 key identifier clauses.

Namespace:  System.ServiceModel.Security.Tokens
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public enum class X509KeyIdentifierClauseType

Member nameDescription
AnySubjectKeyIdentifier is used if present in the X.509 certificate, otherwise IssuerSerial is used.
ThumbprintThe X.509 Thumbprint is used.
IssuerSerialThe IssuerSerial reference is used: the issuer identifier plus a serial number that is unique for an issuer.
SubjectKeyIdentifierReference is based on the subject key identifier extension of an X.509 certificate (not all certificates have one, it is an optional property).
RawDataKeyIdentifierThe 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.

No code example is currently available or this language may not be supported.

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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: