System.ServiceModel.Security.Tokens.DerivedKeySecurityToken sealed class DerivedKeySecurityToken : SecurityToken Documentation Code public const int DefaultDerivedKeyLength = 32 public const int DefaultNonceLength = 16 public int Generation { get; } public string KeyDerivationAlgorithm { get; } public string Label { get; } public int Length { get; } public int Offset { get; } public byte[] GetKeyBytes() public byte[] GetNonce()