NamedKeySecurityKeyIdentifierClause.KeyIdentifier Property

Gets the keyidentifier can be used for additional matching.

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

Syntax

'Declaration
Public ReadOnly Property KeyIdentifier As String
public string KeyIdentifier { get; }
public:
property String^ KeyIdentifier {
    String^ get ();
}
member KeyIdentifier : string with get
function get KeyIdentifier () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

NamedKeySecurityKeyIdentifierClause Class

System.IdentityModel.Tokens Namespace