AuthenticatedEncryptorDescriptorDeserializer クラス

定義

シリアル化された バージョンAuthenticatedEncryptorDescriptorの をXElement表す を逆シリアル化できる クラス。

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

コンストラクター

AuthenticatedEncryptorDescriptorDeserializer()

シリアル化された バージョンAuthenticatedEncryptorDescriptorの をXElement表す を逆シリアル化できる クラス。

AuthenticatedEncryptorDescriptorDeserializer(IServiceProvider)

シリアル化された バージョンAuthenticatedEncryptorDescriptorの をXElement表す を逆シリアル化できる クラス。

メソッド

ImportFromXml(XElement)

シリアル化された XML から を AuthenticatedEncryptorDescriptor インポートします。

適用対象