다음을 통해 공유


AuthenticatedEncryptorDescriptorDeserializer 클래스

정의

직렬화된 버전의 를 나타내는 를 XElement 역직렬화할 수 있는 클래스입니다 AuthenticatedEncryptorDescriptor.

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()

직렬화된 버전의 를 나타내는 를 XElement 역직렬화할 수 있는 클래스입니다 AuthenticatedEncryptorDescriptor.

AuthenticatedEncryptorDescriptorDeserializer(IServiceProvider)

직렬화된 버전의 를 나타내는 를 XElement 역직렬화할 수 있는 클래스입니다 AuthenticatedEncryptorDescriptor.

메서드

ImportFromXml(XElement)

직렬화된 XML에서 를 AuthenticatedEncryptorDescriptor 가져옵니다.

적용 대상