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);
}
}