Bagikan melalui


DpapiNGXmlEncryptor Konstruktor

Definisi

Overload

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags)

Membuat instans baru dari DpapiNGXmlEncryptor.

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags, ILoggerFactory)

Membuat instans baru dari DpapiNGXmlEncryptor.

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags, IServiceProvider)

Membuat instans baru dari DpapiNGXmlEncryptor.

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags)

Membuat instans baru dari DpapiNGXmlEncryptor.

public:
 DpapiNGXmlEncryptor(System::String ^ protectionDescriptorRule, Microsoft::AspNetCore::DataProtection::XmlEncryption::DpapiNGProtectionDescriptorFlags flags);
public DpapiNGXmlEncryptor (string protectionDescriptorRule, Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGProtectionDescriptorFlags flags);
new Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGXmlEncryptor : string * Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGProtectionDescriptorFlags -> Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGXmlEncryptor
Public Sub New (protectionDescriptorRule As String, flags As DpapiNGProtectionDescriptorFlags)

Parameter

protectionDescriptorRule
String

String aturan untuk membuat deskriptor perlindungan.

flags
DpapiNGProtectionDescriptorFlags

Bendera yang mengontrol pembuatan deskriptor perlindungan.

Berlaku untuk

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags, ILoggerFactory)

Sumber:
DpapiNGXmlEncryptor.cs
Sumber:
DpapiNGXmlEncryptor.cs
Sumber:
DpapiNGXmlEncryptor.cs
Sumber:
DpapiNGXmlEncryptor.cs
Sumber:
DpapiNGXmlEncryptor.cs
Sumber:
DpapiNGXmlEncryptor.cs
Sumber:
DpapiNGXmlEncryptor.cs
Sumber:
DpapiNGXmlEncryptor.cs

Membuat instans baru dari DpapiNGXmlEncryptor.

public:
 DpapiNGXmlEncryptor(System::String ^ protectionDescriptorRule, Microsoft::AspNetCore::DataProtection::XmlEncryption::DpapiNGProtectionDescriptorFlags flags, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public DpapiNGXmlEncryptor (string protectionDescriptorRule, Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGProtectionDescriptorFlags flags, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGXmlEncryptor : string * Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGProtectionDescriptorFlags * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGXmlEncryptor
Public Sub New (protectionDescriptorRule As String, flags As DpapiNGProtectionDescriptorFlags, loggerFactory As ILoggerFactory)

Parameter

protectionDescriptorRule
String

String aturan untuk membuat deskriptor perlindungan.

flags
DpapiNGProtectionDescriptorFlags

Bendera yang mengontrol pembuatan deskriptor perlindungan.

Berlaku untuk

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags, IServiceProvider)

Membuat instans baru dari DpapiNGXmlEncryptor.

public:
 DpapiNGXmlEncryptor(System::String ^ protectionDescriptorRule, Microsoft::AspNetCore::DataProtection::XmlEncryption::DpapiNGProtectionDescriptorFlags flags, IServiceProvider ^ services);
public DpapiNGXmlEncryptor (string protectionDescriptorRule, Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGProtectionDescriptorFlags flags, IServiceProvider services);
new Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGXmlEncryptor : string * Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGProtectionDescriptorFlags * IServiceProvider -> Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGXmlEncryptor
Public Sub New (protectionDescriptorRule As String, flags As DpapiNGProtectionDescriptorFlags, services As IServiceProvider)

Parameter

protectionDescriptorRule
String

String aturan untuk membuat deskriptor perlindungan.

flags
DpapiNGProtectionDescriptorFlags

Bendera yang mengontrol pembuatan deskriptor perlindungan.

services
IServiceProvider

IServiceProvider Opsional untuk menyediakan layanan tambahan.

Berlaku untuk