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 무시됩니다.

적용 대상