NullXmlEncryptor 构造函数

定义

重载

NullXmlEncryptor()

创建 NullXmlEncryptor 的新实例。

NullXmlEncryptor(IServiceProvider)

创建 NullXmlEncryptor 的新实例。

NullXmlEncryptor()

Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs

创建 NullXmlEncryptor 的新实例。

public:
 NullXmlEncryptor();
public NullXmlEncryptor ();
Public Sub New ()

适用于

NullXmlEncryptor(IServiceProvider)

Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs

创建 NullXmlEncryptor 的新实例。

public:
 NullXmlEncryptor(IServiceProvider ^ services);
public NullXmlEncryptor (IServiceProvider services);
public NullXmlEncryptor (IServiceProvider? services);
new Microsoft.AspNetCore.DataProtection.XmlEncryption.NullXmlEncryptor : IServiceProvider -> Microsoft.AspNetCore.DataProtection.XmlEncryption.NullXmlEncryptor
Public Sub New (services As IServiceProvider)

参数

services
IServiceProvider

可选 IServiceProvider ,用于提供辅助服务。

适用于