CngGcmAuthenticatedEncryptorDescriptorDeserializer 构造函数

定义

重载

CngGcmAuthenticatedEncryptorDescriptorDeserializer()
CngGcmAuthenticatedEncryptorDescriptorDeserializer(IServiceProvider)

CngGcmAuthenticatedEncryptorDescriptorDeserializer()

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)

参数

services
IServiceProvider

适用于