SecurityKeyIdentifierClause.GetDerivationNonce 方法

定义

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

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

返回

Byte[]

包含用于生成派生密钥的 nonce 的数组 Byte

注解

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

适用于