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

System.IdentityModel.Tokens.LocalIdKeyIdentifierClause

namespace System.IdentityModel.Tokens { public class LocalIdKeyIdentifierClause : SecurityKeyIdentifierClause { public string LocalId { get; } public Type OwnerType { get; } public LocalIdKeyIdentifierClause(string localId); public LocalIdKeyIdentifierClause(string localId, Type ownerType); public LocalIdKeyIdentifierClause(string localId, byte[] derivationNonce, int derivationLength, Type ownerType); public bool Matches(string localId, Type ownerType); } }