Class CpKeyInfoNode
Inheritance
CpKeyInfoNode
Assembly: CryptoPro.Security.Cryptography.Xml.dll
Syntax
public class CpKeyInfoNode : CpKeyInfoClause
Constructors
CpKeyInfoNode()
Declaration
CpKeyInfoNode(XmlElement)
Declaration
public CpKeyInfoNode(XmlElement node)
Parameters
Properties
Value
Declaration
public XmlElement? Value { get; set; }
Property Value
Methods
GetXml()
Declaration
public override XmlElement GetXml()
Returns
Overrides
LoadXml(XmlElement)
Declaration
public override void LoadXml(XmlElement value)
Parameters
Overrides