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

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

    Class XmlDsigSmevTransform

    Правила трансформа описаны в http://forum.minsvyaz.ru/assets/files/app_5.docx

    Inheritance
    object
    CpTransform
    XmlDsigSmevTransform
    Inherited Members
    CpTransform.Algorithm
    CpTransform.Resolver
    CpTransform.GetXml()
    CpTransform.GetDigestedOutput(HashAlgorithm)
    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 XmlDsigSmevTransform : CpTransform

    Constructors

    XmlDsigSmevTransform()

    Declaration
    public XmlDsigSmevTransform()

    Properties

    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

    UseOldEscaping

    Declaration
    public bool UseOldEscaping { get; set; }
    Property Value
    Type Description
    bool

    Methods

    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