Class CpSignature
Assembly: CryptoPro.Security.Cryptography.Xml.dll
Syntax
Constructors
CpSignature()
Declaration
Properties
Id
Declaration
public string? Id { get; set; }
Property Value
KeyInfo
Declaration
public CpKeyInfo KeyInfo { get; set; }
Property Value
ObjectList
Declaration
public IList ObjectList { get; set; }
Property Value
SignatureValue
Declaration
public byte[]? SignatureValue { get; set; }
Property Value
SignedInfo
Declaration
public CpSignedInfo? SignedInfo { get; set; }
Property Value
Methods
AddObject(CpDataObject)
Declaration
public void AddObject(CpDataObject dataObject)
Parameters
GetXml()
Declaration
public XmlElement GetXml()
Returns
LoadXml(XmlElement)
Declaration
public void LoadXml(XmlElement value)
Parameters