次の方法で共有


CngGcmAuthenticatedEncryptorFactory クラス

定義

Microsoft.AspNetCore.DataProtection.Cng.CngGcmAuthenticatedEncryptorIAuthenticatedEncryptorFactory

public ref class CngGcmAuthenticatedEncryptorFactory sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::IAuthenticatedEncryptorFactory
public sealed class CngGcmAuthenticatedEncryptorFactory : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory
type CngGcmAuthenticatedEncryptorFactory = class
    interface IAuthenticatedEncryptorFactory
Public NotInheritable Class CngGcmAuthenticatedEncryptorFactory
Implements IAuthenticatedEncryptorFactory
継承
CngGcmAuthenticatedEncryptorFactory
実装

コンストラクター

CngGcmAuthenticatedEncryptorFactory(ILoggerFactory)

CngCbcAuthenticatedEncryptorFactory の新しいインスタンスを初期化します。

メソッド

CreateEncryptorInstance(IKey)

指定Descriptorした にIAuthenticatedEncryptor基づいてインスタンスを作成します。

適用対象