Sdílet prostřednictvím


AuthenticatedEncryptorDescriptor Konstruktory

Definice

Přetížení

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

Inicializuje novou instanci .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)

Parametry

masterKey
ISecret

Platí pro

AuthenticatedEncryptorDescriptor(AuthenticatedEncryptorConfiguration, ISecret)

Zdroj:
AuthenticatedEncryptorDescriptor.cs
Zdroj:
AuthenticatedEncryptorDescriptor.cs
Zdroj:
AuthenticatedEncryptorDescriptor.cs
Zdroj:
AuthenticatedEncryptorDescriptor.cs
Zdroj:
AuthenticatedEncryptorDescriptor.cs
Zdroj:
AuthenticatedEncryptorDescriptor.cs
Zdroj:
AuthenticatedEncryptorDescriptor.cs
Zdroj:
AuthenticatedEncryptorDescriptor.cs

Inicializuje novou instanci .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)

Parametry

masterKey
ISecret

Hlavní klíč.

Platí pro

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)

Parametry

masterKey
ISecret
services
IServiceProvider

Platí pro