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) |
IAuthenticatedEncryptor根據指定的 Descriptor 建立實例。 |