ManagedAuthenticatedEncryptionSettings.ValidationAlgorithmType プロパティ

定義

検証に使用するアルゴリズムの型。 型型は、 をサブクラス化 KeyedHashAlgorithmする必要があります。 このプロパティは、値を持つ必要があります。

public:
 property Type ^ ValidationAlgorithmType { Type ^ get(); void set(Type ^ value); };
public Type ValidationAlgorithmType { get; set; }
member this.ValidationAlgorithmType : Type with get, set
Public Property ValidationAlgorithmType As Type

プロパティ値

注釈

アルゴリズムのダイジェスト長は 128 ビット以上である必要があります。 既定のアルゴリズムは HMACSHA256 です。

適用対象