AuthenticatedEncryptorDescriptor 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个描述符,可根据 对象提供的 AuthenticatedEncryptorConfiguration 配置创建经过身份验证的加密系统。
public ref class AuthenticatedEncryptorDescriptor sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::IAuthenticatedEncryptorDescriptor
public sealed class AuthenticatedEncryptorDescriptor : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor
type AuthenticatedEncryptorDescriptor = class
interface IAuthenticatedEncryptorDescriptor
Public NotInheritable Class AuthenticatedEncryptorDescriptor
Implements IAuthenticatedEncryptorDescriptor
- 继承
-
AuthenticatedEncryptorDescriptor
- 实现
构造函数
方法
CreateEncryptorInstance() |
一个描述符,可根据 对象提供的 AuthenticatedEncryptorConfiguration 配置创建经过身份验证的加密系统。 |
ExportToXml() |
将当前描述符导出为 XML。 |