BinarySecretKeyIdentifierClause Class

Definition

Represents the key identifier clause in a binary secret security token.

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

Constructors

BinarySecretKeyIdentifierClause(Byte[])

Initializes a new instance of the BinarySecretKeyIdentifierClause class using the specified key.

BinarySecretKeyIdentifierClause(Byte[], Boolean)

Initializes a new instance of the BinarySecretKeyIdentifierClause class using the specified values.

BinarySecretKeyIdentifierClause(Byte[], Boolean, Byte[], Int32)

Initializes a new instance of the BinarySecretKeyIdentifierClause class using the specified values.

Properties

CanCreateKey

Gets a value that indicates whether this instance of the class can create a security key.

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 security key.

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)
GetKeyBytes()

Gets an array of bytes that represents the key.

GetRawBuffer()

Gets the binary data that represents the key identifier.

(Inherited from BinaryKeyIdentifierClause)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
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)

Compares whether the key of a specified clause matches this instance's key.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to