X509RawDataKeyIdentifierClause Class

Definition

Represents a key identifier clause that identifies a X509SecurityToken security token using the X.509 certificate's raw data.

public ref class X509RawDataKeyIdentifierClause : System::IdentityModel::Tokens::BinaryKeyIdentifierClause
public class X509RawDataKeyIdentifierClause : System.IdentityModel.Tokens.BinaryKeyIdentifierClause
type X509RawDataKeyIdentifierClause = class
    inherit BinaryKeyIdentifierClause
Public Class X509RawDataKeyIdentifierClause
Inherits BinaryKeyIdentifierClause
Inheritance

Remarks

Typically, the X509RawDataKeyIdentifierClause does not need to be 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 tokens. 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 X509RawDataKeyIdentifierClause class to reference a X509SecurityToken security token using the X.509 certificate's raw data. The GetX509RawData method returns the raw data.

Windows Communication Foundation (WCF) supports the following types of security token references for X509SecurityToken security tokens.

X509ThumbprintKeyIdentifierClause

Constructors

X509RawDataKeyIdentifierClause(Byte[])

Initializes a new instance of the X509RawDataKeyIdentifierClause class using the specified raw data of an X.509 certificate.

X509RawDataKeyIdentifierClause(X509Certificate2)

Initializes a new instance of the X509RawDataKeyIdentifierClause class using the specified X.509 certificate.

Properties

CanCreateKey

Gets a value that indicates whether a key can be created from the raw data of the X.509 certificate or byte array that is specified in the constructor.

ClauseType

Gets the key identifier clause type.

(Inherited from SecurityKeyIdentifierClause)
DerivationLength

Gets the size of the derived key.

(Inherited from SecurityKeyIdentifierClause)
Id

Gets or sets the key identifier clause ID.

(Inherited from SecurityKeyIdentifierClause)

Methods

CreateKey()

Creates a key from the raw data of the X.509 certificate or byte array that is specified in the constructor.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetBuffer()

Gets the binary data that represents the key identifier.

(Inherited from BinaryKeyIdentifierClause)
GetDerivationNonce()

Gets the nonce that was used to generate the derived key.

(Inherited from SecurityKeyIdentifierClause)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetRawBuffer()

Gets the binary data that represents the key identifier.

(Inherited from BinaryKeyIdentifierClause)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetX509RawData()

Gets the raw data associated with the X.509 certificate.

Matches(Byte[])

Returns a value that indicates whether the binary data for the current instance matches the specified binary data.

(Inherited from BinaryKeyIdentifierClause)
Matches(Byte[], Int32)

Returns a value that indicates whether the binary data for the current instance is equivalent to the specified binary data at the specified offset.

(Inherited from BinaryKeyIdentifierClause)
Matches(SecurityKeyIdentifierClause)

Returns a value that indicates whether the key identifier for this instance is equivalent to the specified key identifier clause.

(Inherited from BinaryKeyIdentifierClause)
Matches(X509Certificate2)

Returns a value that indicates whether the key identifier for this instance is equivalent to the specified X.509 certificate.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns the current object.

Applies to