<PackageReference Include="System.ServiceModel.Primitives" Version="6.2.0" />

System.IdentityModel.Tokens.SecurityKeyIdentifierClause

public abstract class SecurityKeyIdentifierClause
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)