Compartir a través de


KeyManagementOptions.AuthenticatedEncryptorFactories Propiedad

Definición

Lista de IAuthenticatedEncryptorFactory que se usará para crear 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 de propiedad

Se aplica a