System.IdentityModel.Tokens.SecurityKeyIdentifierClause public abstract class SecurityKeyIdentifierClause Documentation Code public virtual bool CanCreateKey { get; } public string ClauseType { get; } public int DerivationLength { get; } public string Id { get; set; } protected SecurityKeyIdentifierClause(string clauseType) protected SecurityKeyIdentifierClause(string clauseType, byte[] nonce, int length) public virtual SecurityKey CreateKey() public byte[] GetDerivationNonce() public virtual bool Matches(SecurityKeyIdentifierClause keyIdentifierClause)