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 メッセージを処理します。

適用対象