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

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

    Class CpTransform

    Inheritance
    object
    CpTransform
    CpXmlDecryptionTransform
    CpXmlDsigBase64Transform
    CpXmlDsigC14NTransform
    CpXmlDsigEnvelopedSignatureTransform
    CpXmlDsigExcC14NTransform
    CpXmlDsigXPathTransform
    CpXmlDsigXsltTransform
    CpXmlLicenseTransform
    XmlDsigSmevTransform
    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 abstract class CpTransform

    Constructors

    CpTransform()

    Declaration
    protected CpTransform()

    Properties

    Algorithm

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

    Context

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

    InputTypes

    Declaration
    public abstract Type[] InputTypes { get; }
    Property Value
    Type Description
    Type[]

    OutputTypes

    Declaration
    public abstract Type[] OutputTypes { get; }
    Property Value
    Type Description
    Type[]

    PropagatedNamespaces

    Declaration
    public Hashtable PropagatedNamespaces { get; }
    Property Value
    Type Description
    Hashtable

    Resolver

    Declaration
    public XmlResolver? Resolver { set; }
    Property Value
    Type Description
    XmlResolver

    Methods

    GetDigestedOutput(HashAlgorithm)

    Declaration
    public virtual byte[] GetDigestedOutput(HashAlgorithm hash)
    Parameters
    Type Name Description
    HashAlgorithm hash
    Returns
    Type Description
    byte[]

    GetInnerXml()

    Declaration
    protected abstract XmlNodeList? GetInnerXml()
    Returns
    Type Description
    XmlNodeList

    GetOutput()

    Declaration
    public abstract object GetOutput()
    Returns
    Type Description
    object

    GetOutput(Type)

    Declaration
    public abstract object GetOutput(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    object

    GetXml()

    Declaration
    public XmlElement GetXml()
    Returns
    Type Description
    XmlElement

    LoadInnerXml(XmlNodeList)

    Declaration
    public abstract void LoadInnerXml(XmlNodeList nodeList)
    Parameters
    Type Name Description
    XmlNodeList nodeList

    LoadInput(object)

    Declaration
    public abstract void LoadInput(object obj)
    Parameters
    Type Name Description
    object obj
    В этом разделе
    Наверх Generated by DocFX