Class CpKeyInfoName
Inheritance
CpKeyInfoName
Assembly: CryptoPro.Security.Cryptography.Xml.dll
Syntax
public class CpKeyInfoName : CpKeyInfoClause
Constructors
CpKeyInfoName()
Declaration
CpKeyInfoName(string?)
Declaration
public CpKeyInfoName(string? keyName)
Parameters
Type |
Name |
Description |
string |
keyName |
|
Properties
Value
Declaration
public string? 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