次の方法で共有


KeyDerivationAlgorithmNames.Sp800108CtrHmacSha384 プロパティ

定義

"SP800_108_CTR_HMAC_SHA384" を含む文字列を取得します。

public:
 static property Platform::String ^ Sp800108CtrHmacSha384 { Platform::String ^ get(); };
static winrt::hstring Sp800108CtrHmacSha384();
public static string Sp800108CtrHmacSha384 { get; }
var string = KeyDerivationAlgorithmNames.sp800108CtrHmacSha384;
Public Shared ReadOnly Property Sp800108CtrHmacSha384 As String

プロパティ値

String

Platform::String

winrt::hstring

"SP800_108_CTR_HMAC_SHA384" を含む文字列。

注釈

KeyDerivationAlgorithmProvider クラスで OpenAlgorithm メソッドを呼び出すときに、このプロパティによって取得された文字列を使用して、キー派生関数 (KDF) 名を設定します。 この文字列は、カウンター モードの Sp800-108 アルゴリズムを表します。このアルゴリズムでは、基になる擬似乱数関数として Secure Hash Algorithm 384 メッセージ ダイジェスト アルゴリズム (HmacSha384) に基づくハッシュメッセージ認証コードが使用されます。

この KDF を使用するには、CreateKey メソッドを呼び出してキーを派生させる前に、KeyDerivationParametersBuildForSP800108 メソッドを呼び出して適切なパラメーターを指定する必要があります。

適用対象

こちらもご覧ください