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