AuthenticatedEncryptorConfiguration.ValidationAlgorithm プロパティ

定義

メッセージ認証に使用するアルゴリズム (改ざん防止)。

public:
 property Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ValidationAlgorithm ValidationAlgorithm { Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ValidationAlgorithm get(); void set(Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ValidationAlgorithm value); };
public Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ValidationAlgorithm ValidationAlgorithm { get; set; }
member this.ValidationAlgorithm : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ValidationAlgorithm with get, set
Public Property ValidationAlgorithm As ValidationAlgorithm

プロパティ値

注釈

既定値は HMACSHA256 です。 'GCM' アルゴリズムが指定されている場合 EncryptionAlgorithm 、このプロパティは無視されます。

適用対象