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

System.ServiceModel.Security.Tokens.DerivedKeySecurityTokenStub

namespace System.ServiceModel.Security.Tokens { internal sealed class DerivedKeySecurityTokenStub : SecurityToken { public SecurityKeyIdentifierClause TokenToDeriveIdentifier { get; } public DerivedKeySecurityTokenStub(int generation, int offset, int length, string label, byte[] nonce, SecurityKeyIdentifierClause tokenToDeriveIdentifier, string derivationAlgorithm, string id); public DerivedKeySecurityToken CreateToken(SecurityToken tokenToDerive, int maxKeyLength); } }