AuthenticatedEncryptorDescriptorDeserializer 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
AuthenticatedEncryptorDescriptorDeserializer() | |
AuthenticatedEncryptorDescriptorDeserializer(IServiceProvider) |
AuthenticatedEncryptorDescriptorDeserializer()
public:
AuthenticatedEncryptorDescriptorDeserializer();
public AuthenticatedEncryptorDescriptorDeserializer ();
Public Sub New ()
Applies to
AuthenticatedEncryptorDescriptorDeserializer(IServiceProvider)
public:
AuthenticatedEncryptorDescriptorDeserializer(IServiceProvider ^ services);
public AuthenticatedEncryptorDescriptorDeserializer (IServiceProvider services);
new Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer : IServiceProvider -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer
Public Sub New (services As IServiceProvider)
Parameters
- services
- IServiceProvider