Freigeben über


AuthenticatedEncryptorConfiguration.ValidationAlgorithm Eigenschaft

Definition

Der Algorithmus, der für die Nachrichtenauthentifizierung (Manipulationssicherheit) verwendet werden soll.

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

Eigenschaftswert

Hinweise

Standardwert: HMACSHA256. Diese Eigenschaft wird ignoriert, wenn EncryptionAlgorithm ein "GCM"-Algorithmus angibt.

Gilt für: