EncryptedXmlDecryptor 클래스

정의

IXmlDecryptor 클래스를 사용하여 XML 요소의 암호를 해독하는 값입니다EncryptedXml.

public ref class EncryptedXmlDecryptor sealed : Microsoft::AspNetCore::DataProtection::XmlEncryption::IXmlDecryptor
public sealed class EncryptedXmlDecryptor : Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor
type EncryptedXmlDecryptor = class
    interface IXmlDecryptor
Public NotInheritable Class EncryptedXmlDecryptor
Implements IXmlDecryptor
상속
EncryptedXmlDecryptor
구현

생성자

EncryptedXmlDecryptor()

의 새 인스턴스를 EncryptedXmlDecryptor만듭니다.

EncryptedXmlDecryptor(IServiceProvider)

의 새 인스턴스를 EncryptedXmlDecryptor만듭니다.

메서드

Decrypt(XElement)

지정된 XML 요소의 암호를 해독합니다.

적용 대상