SecurityKeyIdentifierClause.GetDerivationNonce 方法

定义

获取用于生成派生密钥的 Nonce。

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

返回

Byte[]

一个 Byte 数组,包含用于生成派生密钥的 Nonce。

注解

Windows Communication Foundation (WCF) 不支持创建隐式派生密钥标识符。 但是,WCF 处理包含隐含密钥标识符的传入 SOAP 消息。

适用于