Sdílet prostřednictvím


AuthenticatedEncryptorConfiguration.ValidationAlgorithm Vlastnost

Definice

Algoritmus, který se má použít pro ověřování zpráv (kontrola pravopisu proti manipulaci).

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

Hodnota vlastnosti

Poznámky

Výchozí hodnota je HMACSHA256. Tato vlastnost se ignoruje, pokud EncryptionAlgorithm určuje algoritmus GCM.

Platí pro