KeyManagementOptions.AuthenticatedEncryptorFactories 속성

정의

IAuthenticatedEncryptorFactory 만드는 IAuthenticatedEncryptor데 사용할 목록입니다.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::IAuthenticatedEncryptorFactory ^> ^ AuthenticatedEncryptorFactories { System::Collections::Generic::IList<Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::IAuthenticatedEncryptorFactory ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory> AuthenticatedEncryptorFactories { get; }
member this.AuthenticatedEncryptorFactories : System.Collections.Generic.IList<Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory>
Public ReadOnly Property AuthenticatedEncryptorFactories As IList(Of IAuthenticatedEncryptorFactory)

속성 값

적용 대상