CngCbcAuthenticatedEncryptorDescriptorDeserializer 构造函数

定义

重载

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)

参数

services
IServiceProvider

适用于