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

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

    Class CpXmlDsigExcC14NTransform

    Inheritance
    object
    CpTransform
    CpXmlDsigExcC14NTransform
    CpXmlDsigExcC14NWithCommentsTransform
    Inherited Members
    CpTransform.Algorithm
    CpTransform.Resolver
    CpTransform.GetXml()
    CpTransform.Context
    CpTransform.PropagatedNamespaces
    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 CpXmlDsigExcC14NTransform : CpTransform

    Constructors

    CpXmlDsigExcC14NTransform()

    Declaration
    public CpXmlDsigExcC14NTransform()

    CpXmlDsigExcC14NTransform(bool)

    Declaration
    public CpXmlDsigExcC14NTransform(bool includeComments)
    Parameters
    Type Name Description
    bool includeComments

    CpXmlDsigExcC14NTransform(bool, string?)

    Declaration
    public CpXmlDsigExcC14NTransform(bool includeComments, string? inclusiveNamespacesPrefixList)
    Parameters
    Type Name Description
    bool includeComments
    string inclusiveNamespacesPrefixList

    CpXmlDsigExcC14NTransform(string)

    Declaration
    public CpXmlDsigExcC14NTransform(string inclusiveNamespacesPrefixList)
    Parameters
    Type Name Description
    string inclusiveNamespacesPrefixList

    Properties

    InclusiveNamespacesPrefixList

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

    InputTypes

    Declaration
    public override Type[] InputTypes { get; }
    Property Value
    Type Description
    Type[]
    Overrides
    CpTransform.InputTypes

    OutputTypes

    Declaration
    public override Type[] OutputTypes { get; }
    Property Value
    Type Description
    Type[]
    Overrides
    CpTransform.OutputTypes

    Methods

    GetDigestedOutput(HashAlgorithm)

    Declaration
    public override byte[] GetDigestedOutput(HashAlgorithm hash)
    Parameters
    Type Name Description
    HashAlgorithm hash
    Returns
    Type Description
    byte[]
    Overrides
    CpTransform.GetDigestedOutput(HashAlgorithm)

    GetInnerXml()

    Declaration
    protected override XmlNodeList? GetInnerXml()
    Returns
    Type Description
    XmlNodeList
    Overrides
    CpTransform.GetInnerXml()

    GetOutput()

    Declaration
    public override object GetOutput()
    Returns
    Type Description
    object
    Overrides
    CpTransform.GetOutput()

    GetOutput(Type)

    Declaration
    public override object GetOutput(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    object
    Overrides
    CpTransform.GetOutput(Type)

    LoadInnerXml(XmlNodeList)

    Declaration
    public override void LoadInnerXml(XmlNodeList nodeList)
    Parameters
    Type Name Description
    XmlNodeList nodeList
    Overrides
    CpTransform.LoadInnerXml(XmlNodeList)

    LoadInput(object)

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