CngGcmAuthenticatedEncryptorDescriptorDeserializer Constructores

Definición

Sobrecargas

CngGcmAuthenticatedEncryptorDescriptorDeserializer()
CngGcmAuthenticatedEncryptorDescriptorDeserializer(IServiceProvider)

CngGcmAuthenticatedEncryptorDescriptorDeserializer()

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

Se aplica a

CngGcmAuthenticatedEncryptorDescriptorDeserializer(IServiceProvider)

public:
 CngGcmAuthenticatedEncryptorDescriptorDeserializer(IServiceProvider ^ services);
public CngGcmAuthenticatedEncryptorDescriptorDeserializer (IServiceProvider services);
new Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorDescriptorDeserializer : IServiceProvider -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorDescriptorDeserializer
Public Sub New (services As IServiceProvider)

Parámetros

services
IServiceProvider

Se aplica a