共用方式為


AuthenticatedEncryptorDescriptor 建構函式

定義

多載

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

初始化 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)

參數

masterKey
ISecret

適用於

AuthenticatedEncryptorDescriptor(AuthenticatedEncryptorConfiguration, ISecret)

來源:
AuthenticatedEncryptorDescriptor.cs
來源:
AuthenticatedEncryptorDescriptor.cs
來源:
AuthenticatedEncryptorDescriptor.cs
來源:
AuthenticatedEncryptorDescriptor.cs
來源:
AuthenticatedEncryptorDescriptor.cs
來源:
AuthenticatedEncryptorDescriptor.cs
來源:
AuthenticatedEncryptorDescriptor.cs
來源:
AuthenticatedEncryptorDescriptor.cs

初始化 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)

參數

masterKey
ISecret

主要金鑰。

適用於

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)

參數

masterKey
ISecret
services
IServiceProvider

適用於