Compartir a través de


AuthenticatedEncryptorDescriptor Constructores

Definición

Sobrecargas

AuthenticatedEncryptorDescriptor(AuthenticatedEncryptionSettings, ISecret)
AuthenticatedEncryptorDescriptor(AuthenticatedEncryptorConfiguration, ISecret)

Inicializa una nueva instancia de la clase AuthenticatedEncryptorDescriptor.

AuthenticatedEncryptorDescriptor(AuthenticatedEncryptionSettings, ISecret, IServiceProvider)

AuthenticatedEncryptorDescriptor(AuthenticatedEncryptionSettings, ISecret)

public:
 AuthenticatedEncryptorDescriptor(Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::AuthenticatedEncryptionSettings ^ settings, Microsoft::AspNetCore::DataProtection::ISecret ^ masterKey);
public AuthenticatedEncryptorDescriptor (Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.AuthenticatedEncryptionSettings settings, Microsoft.AspNetCore.DataProtection.ISecret masterKey);
new Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptor : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.AuthenticatedEncryptionSettings * Microsoft.AspNetCore.DataProtection.ISecret -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptor
Public Sub New (settings As AuthenticatedEncryptionSettings, masterKey As ISecret)

Parámetros

masterKey
ISecret

Se aplica a

AuthenticatedEncryptorDescriptor(AuthenticatedEncryptorConfiguration, ISecret)

Source:
AuthenticatedEncryptorDescriptor.cs
Source:
AuthenticatedEncryptorDescriptor.cs
Source:
AuthenticatedEncryptorDescriptor.cs
Source:
AuthenticatedEncryptorDescriptor.cs
Source:
AuthenticatedEncryptorDescriptor.cs
Source:
AuthenticatedEncryptorDescriptor.cs
Source:
AuthenticatedEncryptorDescriptor.cs
Source:
AuthenticatedEncryptorDescriptor.cs

Inicializa una nueva instancia de la clase AuthenticatedEncryptorDescriptor.

public:
 AuthenticatedEncryptorDescriptor(Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::AuthenticatedEncryptorConfiguration ^ configuration, Microsoft::AspNetCore::DataProtection::ISecret ^ masterKey);
public AuthenticatedEncryptorDescriptor (Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration configuration, Microsoft.AspNetCore.DataProtection.ISecret masterKey);
new Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptor : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration * Microsoft.AspNetCore.DataProtection.ISecret -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptor
Public Sub New (configuration As AuthenticatedEncryptorConfiguration, masterKey As ISecret)

Parámetros

masterKey
ISecret

Clave maestra.

Se aplica a

AuthenticatedEncryptorDescriptor(AuthenticatedEncryptionSettings, ISecret, IServiceProvider)

public:
 AuthenticatedEncryptorDescriptor(Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::AuthenticatedEncryptionSettings ^ settings, Microsoft::AspNetCore::DataProtection::ISecret ^ masterKey, IServiceProvider ^ services);
public AuthenticatedEncryptorDescriptor (Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.AuthenticatedEncryptionSettings settings, Microsoft.AspNetCore.DataProtection.ISecret masterKey, IServiceProvider services);
new Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptor : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.AuthenticatedEncryptionSettings * Microsoft.AspNetCore.DataProtection.ISecret * IServiceProvider -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptor
Public Sub New (settings As AuthenticatedEncryptionSettings, masterKey As ISecret, services As IServiceProvider)

Parámetros

masterKey
ISecret
services
IServiceProvider

Se aplica a