AuthenticatedEncryptorDescriptorDeserializer Constructores

Definición

Sobrecargas

AuthenticatedEncryptorDescriptorDeserializer()
AuthenticatedEncryptorDescriptorDeserializer(IServiceProvider)

AuthenticatedEncryptorDescriptorDeserializer()

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

Se aplica a

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)

Parámetros

services
IServiceProvider

Se aplica a