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

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

    Class CpEncryptionProperty

    Inheritance
    object
    CpEncryptionProperty
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CryptoPro.Security.Cryptography.Xml
    Assembly: CryptoPro.Security.Cryptography.Xml.dll
    Syntax
    public sealed class CpEncryptionProperty

    Constructors

    CpEncryptionProperty()

    Declaration
    public CpEncryptionProperty()

    CpEncryptionProperty(XmlElement)

    Declaration
    public CpEncryptionProperty(XmlElement elementProperty)
    Parameters
    Type Name Description
    XmlElement elementProperty

    Properties

    Id

    Declaration
    public string? Id { get; }
    Property Value
    Type Description
    string

    PropertyElement

    Declaration
    public XmlElement? PropertyElement { get; set; }
    Property Value
    Type Description
    XmlElement

    Target

    Declaration
    public string? Target { get; }
    Property Value
    Type Description
    string

    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