NamedKeySecurityKeyIdentifierClause Class

A SecurityKeyIdentifierClause that can be used to match NamedKeySecurityToken.

Inheritance Hierarchy

System.Object
  System.IdentityModel.Tokens.SecurityKeyIdentifierClause
    System.IdentityModel.Tokens.NamedKeySecurityKeyIdentifierClause

Namespace:  System.IdentityModel.Tokens
Assembly:  System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)

Syntax

'Declaration
Public Class NamedKeySecurityKeyIdentifierClause _
    Inherits SecurityKeyIdentifierClause
public class NamedKeySecurityKeyIdentifierClause : SecurityKeyIdentifierClause
public ref class NamedKeySecurityKeyIdentifierClause : public SecurityKeyIdentifierClause
type NamedKeySecurityKeyIdentifierClause =  
    class 
        inherit SecurityKeyIdentifierClause 
    end
public class NamedKeySecurityKeyIdentifierClause extends SecurityKeyIdentifierClause

The NamedKeySecurityKeyIdentifierClause type exposes the following members.

Constructors

  Name Description
Public method NamedKeySecurityKeyIdentifierClause A NamedKeySecurityToken will use the 'name' for matching.

Top

Properties

  Name Description
Public property CanCreateKey Gets a value that indicates whether a key can be created. (Inherited from SecurityKeyIdentifierClause.)
Public property ClauseType Gets the key identifier clause type. (Inherited from SecurityKeyIdentifierClause.)
Public property DerivationLength Gets the size of the derived key. (Inherited from SecurityKeyIdentifierClause.)
Public property KeyIdentifier Gets the keyidentifier can be used for additional matching.
Public property Name Gets the name of the SecurityKey(s) this NamedKeySecurityKeyIdentifierClause represents.

Top

Methods

  Name Description
Public method CreateKey Creates a key based on the parameters passed into the constructor. (Inherited from SecurityKeyIdentifierClause.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetDerivationNonce Gets the nonce that was used to generate the derived key. (Inherited from SecurityKeyIdentifierClause.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Matches Determines if a SecurityKeyIdentifierClause matches this instance. (Overrides SecurityKeyIdentifierClause.Matches(SecurityKeyIdentifierClause).)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.IdentityModel.Tokens Namespace