Share via


CngGcmAuthenticatedEncryptorDescriptor Constructors

Definition

Overloads

CngGcmAuthenticatedEncryptorDescriptor(CngGcmAuthenticatedEncryptionSettings, ISecret)
CngGcmAuthenticatedEncryptorDescriptor(CngGcmAuthenticatedEncryptorConfiguration, ISecret)

Initializes a new instance of CngGcmAuthenticatedEncryptorDescriptor.

CngGcmAuthenticatedEncryptorDescriptor(CngGcmAuthenticatedEncryptionSettings, ISecret, IServiceProvider)

CngGcmAuthenticatedEncryptorDescriptor(CngGcmAuthenticatedEncryptionSettings, ISecret)

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

Parameters

masterKey
ISecret

Applies to

CngGcmAuthenticatedEncryptorDescriptor(CngGcmAuthenticatedEncryptorConfiguration, ISecret)

Source:
CngGcmAuthenticatedEncryptorDescriptor.cs
Source:
CngGcmAuthenticatedEncryptorDescriptor.cs
Source:
CngGcmAuthenticatedEncryptorDescriptor.cs
Source:
CngGcmAuthenticatedEncryptorDescriptor.cs
Source:
CngGcmAuthenticatedEncryptorDescriptor.cs
Source:
CngGcmAuthenticatedEncryptorDescriptor.cs
Source:
CngGcmAuthenticatedEncryptorDescriptor.cs

Initializes a new instance of CngGcmAuthenticatedEncryptorDescriptor.

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

Parameters

masterKey
ISecret

The master key.

Applies to

CngGcmAuthenticatedEncryptorDescriptor(CngGcmAuthenticatedEncryptionSettings, ISecret, IServiceProvider)

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

Parameters

masterKey
ISecret
services
IServiceProvider

Applies to