CngCbcAuthenticatedEncryptorDescriptorDeserializer Constructors

Definition

Overloads

CngCbcAuthenticatedEncryptorDescriptorDeserializer()
CngCbcAuthenticatedEncryptorDescriptorDeserializer(IServiceProvider)

CngCbcAuthenticatedEncryptorDescriptorDeserializer()

CngCbcAuthenticatedEncryptorDescriptorDeserializer(IServiceProvider)

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

Parameters

services
IServiceProvider

Applies to