X509IssuerSerialKeyIdentifierClause Class
Represents a key identifier clause that identifies a X509SecurityToken security tokens using the distinguished name of the certificate issuer and the X.509 certificate's serial number.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
Typically, the X509IssuerSerialKeyIdentifierClause is not used, other than when a custom security token service is created. When a security token service returns a security token, the issued security token contains references to attached and unattached security. Attached references refer to security tokens that are contained within the security header of a SOAP message and unattached references are security tokens that are not included within the security header of a SOAP message. These references typically affirm the authenticity of the issued security token. Use the X509IssuerSerialKeyIdentifierClause class to reference a X509SecurityToken security token using the distinguished name of the certificate issuer and the X.509 certificate's serial number. The IssuerName and IssuerSerialNumber properties represent the distinguished name of the certificate issuer and the X.509 certificate's serial number, respectively.
Windows Communication Foundation (WCF) supports the following types of security token references for X509SecurityToken security tokens.
X509IssuerSerialKeyIdentifierClause
System.IdentityModel.Tokens.SecurityKeyIdentifierClause
System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.