KeyManagementOptions.AuthenticatedEncryptorFactories Propriedade

Definição

A lista de IAuthenticatedEncryptorFactory que será usada para criar IAuthenticatedEncryptors.

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)

Valor da propriedade

Aplica-se a