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

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

    Class CpSignature

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

    Constructors

    CpSignature()

    Declaration
    public CpSignature()

    Properties

    Id

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

    KeyInfo

    Declaration
    public CpKeyInfo KeyInfo { get; set; }
    Property Value
    Type Description
    CpKeyInfo

    ObjectList

    Declaration
    public IList ObjectList { get; set; }
    Property Value
    Type Description
    IList

    SignatureValue

    Declaration
    public byte[]? SignatureValue { get; set; }
    Property Value
    Type Description
    byte[]

    SignedInfo

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

    Methods

    AddObject(CpDataObject)

    Declaration
    public void AddObject(CpDataObject dataObject)
    Parameters
    Type Name Description
    CpDataObject dataObject

    GetXml()

    Declaration
    public XmlElement GetXml()
    Returns
    Type Description
    XmlElement

    LoadXml(XmlElement)

    Declaration
    [RequiresUnreferencedCode("The algorithm implementations referenced in the XML payload might be removed. Ensure the required algorithm implementations are preserved in your application.")]
    public void LoadXml(XmlElement value)
    Parameters
    Type Name Description
    XmlElement value
    В этом разделе
    Наверх Generated by DocFX