다음을 통해 공유


AuthenticatedEncryptionSettings.EncryptionAlgorithm 속성

정의

대칭 암호화(기밀성)에 사용할 알고리즘입니다.

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

속성 값

설명

기본값은 AES_256_CBC입니다.

적용 대상