Class CpCipherData
Assembly: CryptoPro.Security.Cryptography.Xml.dll
Syntax
public sealed class CpCipherData
Constructors
CpCipherData()
Declaration
CpCipherData(CpCipherReference)
Declaration
public CpCipherData(CpCipherReference cipherReference)
Parameters
CpCipherData(byte[])
Declaration
public CpCipherData(byte[] cipherValue)
Parameters
Type |
Name |
Description |
byte[] |
cipherValue |
|
Properties
CipherReference
Declaration
public CpCipherReference? CipherReference { get; set; }
Property Value
CipherValue
Declaration
public byte[]? CipherValue { get; set; }
Property Value
Methods
GetXml()
Declaration
public XmlElement GetXml()
Returns
LoadXml(XmlElement)
Declaration
public void LoadXml(XmlElement value)
Parameters