SecurityKeyIdentifierClause.GetDerivationNonce 方法

定义

获取用于生成派生密钥的 Nonce。Gets the nonce that was used to generate the derived key.

public:
 cli::array <System::Byte> ^ GetDerivationNonce();
public byte[] GetDerivationNonce ();
member this.GetDerivationNonce : unit -> byte[]
Public Function GetDerivationNonce () As Byte()

返回

Byte[]

一个 Byte 数组,包含用于生成派生密钥的 Nonce。An array of Byte that contains the nonce that was used to generate the derived key.

注解

Windows Communication Foundation (WCF) 不支持创建隐含的派生密钥标识符。Windows Communication Foundation (WCF) does not support the creation of implied derived key identifiers. 不过,WCF 处理包含隐含密钥标识符的传入 SOAP 消息。However, WCF processes incoming SOAP messages that contain implied key identifier.

适用于