AuthenticatedEncryptorConfiguration 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示一般化的已驗證加密機制。
public ref class AuthenticatedEncryptorConfiguration sealed
public ref class AuthenticatedEncryptorConfiguration sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::AlgorithmConfiguration
public sealed class AuthenticatedEncryptorConfiguration
public sealed class AuthenticatedEncryptorConfiguration : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration
type AuthenticatedEncryptorConfiguration = class
interface IAuthenticatedEncryptorConfiguration
type AuthenticatedEncryptorConfiguration = class
inherit AlgorithmConfiguration
Public NotInheritable Class AuthenticatedEncryptorConfiguration
Public NotInheritable Class AuthenticatedEncryptorConfiguration
Inherits AlgorithmConfiguration
- 繼承
-
AuthenticatedEncryptorConfiguration
- 繼承
- 實作
建構函式
屬性
EncryptionAlgorithm |
用於對稱加密的演算法 (機密性) 。 |
Settings |
表示一般化的已驗證加密機制。 |
ValidationAlgorithm |
用於訊息驗證的演算法 (竄改) 。 |
方法
CreateNewDescriptor() |
根據此組態建立新的 IAuthenticatedEncryptorDescriptor 實例。 新建立的實例包含唯一索引鍵資料,而且與 方法所 CreateNewDescriptor() 建立的所有其他描述項不同。 |