Class CpReference
Assembly: CryptoPro.Security.Cryptography.Xml.dll
Syntax
Constructors
CpReference()
Declaration
CpReference(Stream)
Declaration
public CpReference(Stream stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
CpReference(string?)
Declaration
public CpReference(string? uri)
Parameters
Type |
Name |
Description |
string |
uri |
|
Properties
DigestMethod
Declaration
public string DigestMethod { get; set; }
Property Value
DigestValue
Declaration
public byte[]? DigestValue { get; set; }
Property Value
Id
Declaration
public string? Id { get; set; }
Property Value
Declaration
public CpTransformChain TransformChain { get; set; }
Property Value
Type
Declaration
public string? Type { get; set; }
Property Value
Uri
Declaration
public string? Uri { get; set; }
Property Value
Methods
Declaration
public void AddTransform(CpTransform transform)
Parameters
GetXml()
Declaration
public XmlElement GetXml()
Returns
LoadXml(XmlElement)
Declaration
public void LoadXml(XmlElement value)
Parameters