KeyNameIdentifierClause Class

Definition

Represents the key name identifier clause in a security token.

public ref class KeyNameIdentifierClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
public class KeyNameIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
type KeyNameIdentifierClause = class
    inherit SecurityKeyIdentifierClause
Public Class KeyNameIdentifierClause
Inherits SecurityKeyIdentifierClause
Inheritance
KeyNameIdentifierClause

Constructors

KeyNameIdentifierClause(String)

Initializes a new instance of the KeyNameIdentifierClause class.

Properties

CanCreateKey

Gets a value that indicates whether a key can be created.

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

Gets the key name.

Methods

CreateKey()

Creates a key based on the parameters passed into the constructor.

(Inherited from SecurityKeyIdentifierClause)
Equals(Object)

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

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

Gets the Type of the current instance.

(Inherited from Object)
Matches(SecurityKeyIdentifierClause)

Checks whether a SecurityKeyIdentifierClause matches the current instance of this class.

Matches(String)

Checks whether the specified key name matches the current instance's key name.

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