AuthenticatedEncryptorFactory クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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基づいてインスタンスを作成します。 |