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

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

    Class CpDataObject

    Inheritance
    object
    CpDataObject
    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 CpDataObject

    Constructors

    CpDataObject()

    Declaration
    public CpDataObject()

    CpDataObject(string, string, string, XmlElement)

    Declaration
    public CpDataObject(string id, string mimeType, string encoding, XmlElement data)
    Parameters
    Type Name Description
    string id
    string mimeType
    string encoding
    XmlElement data

    Properties

    Data

    Declaration
    public XmlNodeList Data { get; set; }
    Property Value
    Type Description
    XmlNodeList

    Encoding

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

    Id

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

    MimeType

    Declaration
    public string? MimeType { get; set; }
    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