Class CpEncryptionMethod
Inheritance
CpEncryptionMethod
Assembly: CryptoPro.Security.Cryptography.Xml.dll
Syntax
public class CpEncryptionMethod
Constructors
CpEncryptionMethod()
Declaration
public CpEncryptionMethod()
CpEncryptionMethod(string?)
Declaration
public CpEncryptionMethod(string? algorithm)
Parameters
Type |
Name |
Description |
string |
algorithm |
|
Properties
KeyAlgorithm
Declaration
public string? KeyAlgorithm { get; set; }
Property Value
KeySize
Declaration
public int KeySize { get; set; }
Property Value
Methods
GetXml()
Declaration
public XmlElement GetXml()
Returns
LoadXml(XmlElement)
Declaration
public void LoadXml(XmlElement value)
Parameters