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

适用于