NullXmlEncryptor Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
- 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.