Class CpEncryptionProperty
Inheritance
CpEncryptionProperty
Assembly: CryptoPro.Security.Cryptography.Xml.dll
Syntax
public sealed class CpEncryptionProperty
Constructors
CpEncryptionProperty()
Declaration
public CpEncryptionProperty()
CpEncryptionProperty(XmlElement)
Declaration
public CpEncryptionProperty(XmlElement elementProperty)
Parameters
Properties
Id
Declaration
public string? Id { get; }
Property Value
PropertyElement
Declaration
public XmlElement? PropertyElement { get; set; }
Property Value
Target
Declaration
public string? Target { get; }
Property Value
Methods
GetXml()
Declaration
public XmlElement GetXml()
Returns
LoadXml(XmlElement)
Declaration
public void LoadXml(XmlElement value)
Parameters