Sdílet prostřednictvím


CertificateXmlEncryptor.Encrypt(XElement) Metoda

Definice

Zašifruje zadaný XElement certifikát X.509.

public:
 virtual Microsoft::AspNetCore::DataProtection::XmlEncryption::EncryptedXmlInfo ^ Encrypt(System::Xml::Linq::XElement ^ plaintextElement);
public Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlInfo Encrypt (System.Xml.Linq.XElement plaintextElement);
abstract member Encrypt : System.Xml.Linq.XElement -> Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlInfo
override this.Encrypt : System.Xml.Linq.XElement -> Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlInfo
Public Function Encrypt (plaintextElement As XElement) As EncryptedXmlInfo

Parametry

plaintextElement
XElement

Prostý text, který se má šifrovat.

Návraty

Obsahuje EncryptedXmlInfo šifrovanou hodnotu a plaintextElement informace o tom, jak ji dešifrovat.

Implementuje

Platí pro