Share via


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 訊息。

適用於