Share via


NullXmlEncryptor Constructors

Definition

Overloads

NullXmlEncryptor()

Creates a new instance of NullXmlEncryptor.

NullXmlEncryptor(IServiceProvider)

Creates a new instance of NullXmlEncryptor.

NullXmlEncryptor()

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

Creates a new instance of NullXmlEncryptor.

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

Applies to

NullXmlEncryptor(IServiceProvider)

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

Creates a new instance of 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)

Parameters

services
IServiceProvider

An optional IServiceProvider to provide ancillary services.

Applies to