次の方法で共有


AuthenticatedEncryptorFactory クラス

定義

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

コンストラクター

AuthenticatedEncryptorFactory(ILoggerFactory)

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

メソッド

CreateEncryptorInstance(IKey)

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

適用対象