Поделиться через


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.

Применяется к