КриптоПро .NET
Search Results for

    Показать/Скрыть содержание

    Class CpEncryptionMethod

    Inheritance
    object
    CpEncryptionMethod
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CryptoPro.Security.Cryptography.Xml
    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
    Type Description
    string

    KeySize

    Declaration
    public int KeySize { get; set; }
    Property Value
    Type Description
    int

    Methods

    GetXml()

    Declaration
    public XmlElement GetXml()
    Returns
    Type Description
    XmlElement

    LoadXml(XmlElement)

    Declaration
    public void LoadXml(XmlElement value)
    Parameters
    Type Name Description
    XmlElement value
    В этом разделе
    Наверх Generated by DocFX