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

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

    Class CpKeyInfoNode

    Inheritance
    object
    CpKeyInfoClause
    CpKeyInfoNode
    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 CpKeyInfoNode : CpKeyInfoClause

    Constructors

    CpKeyInfoNode()

    Declaration
    public CpKeyInfoNode()

    CpKeyInfoNode(XmlElement)

    Declaration
    public CpKeyInfoNode(XmlElement node)
    Parameters
    Type Name Description
    XmlElement node

    Properties

    Value

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

    Methods

    GetXml()

    Declaration
    public override XmlElement GetXml()
    Returns
    Type Description
    XmlElement
    Overrides
    CpKeyInfoClause.GetXml()

    LoadXml(XmlElement)

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