KeyManagementOptions.AuthenticatedEncryptorFactories Property

Definition

The list of IAuthenticatedEncryptorFactory that will be used for creating 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)

Property Value

Applies to