次の方法で共有


CngCbcAuthenticatedEncryptorFactory クラス

定義

Microsoft.AspNetCore.DataProtection.Cng.CbcAuthenticatedEncryptorIAuthenticatedEncryptorFactory

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

コンストラクター

CngCbcAuthenticatedEncryptorFactory(ILoggerFactory)

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

メソッド

CreateEncryptorInstance(IKey)

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

適用対象