KeyNameIdentifierClause Class
Represents the key name identifier clause in a security token.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
System.IdentityModel.Tokens.SecurityKeyIdentifierClause
System.ServiceModel.Security.KeyNameIdentifierClause
| Name | Description | |
|---|---|---|
![]() | KeyNameIdentifierClause(String) | Initializes a new instance of the KeyNameIdentifierClause class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(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() | |
![]() | Matches(SecurityKeyIdentifierClause) | Checks whether a SecurityKeyIdentifierClause matches the current instance of this class. (Overrides SecurityKeyIdentifierClause.Matches(SecurityKeyIdentifierClause).) |
![]() | Matches(String) | Checks whether the specified key name matches the current instance's key name. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a String that represents the current Object. (Inherited from Object)(Overrides Object.ToString().) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


