Click or drag to resize

SignXMLMyXmlDsigExcC14NTransform Class

Inheritance Hierarchy
SystemObject
  System.Security.Cryptography.XmlTransform
    System.Security.Cryptography.XmlXmlDsigExcC14NTransform
      Scilligence.MolEngine.CompanionSignXMLMyXmlDsigExcC14NTransform

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public class MyXmlDsigExcC14NTransform : XmlDsigExcC14NTransform

The SignXMLMyXmlDsigExcC14NTransform type exposes the following members.

Constructors
  NameDescription
Public methodSignXMLMyXmlDsigExcC14NTransform
Initializes a new instance of the SignXMLMyXmlDsigExcC14NTransform class
Top
Properties
  NameDescription
Public propertyAlgorithm
Gets or sets the Uniform Resource Identifier (URI) that identifies the algorithm performed by the current transform.
(Inherited from Transform.)
Public propertyContext
Gets or sets an XmlElement object that represents the document context under which the current Transform object is running.
(Inherited from Transform.)
Public propertyInclusiveNamespacesPrefixList
Gets or sets a string that contains namespace prefixes to canonicalize using the standard canonicalization algorithm.
(Inherited from XmlDsigExcC14NTransform.)
Public propertyInputTypes
Gets an array of types that are valid inputs to the LoadInput(Object) method of the current XmlDsigExcC14NTransform object.
(Inherited from XmlDsigExcC14NTransform.)
Public propertyOutputTypes
Gets an array of types that are possible outputs from the GetOutput methods of the current XmlDsigExcC14NTransform object.
(Inherited from XmlDsigExcC14NTransform.)
Public propertyPropagatedNamespaces
Gets or sets a Hashtable object that contains the namespaces that are propagated into the signature.
(Inherited from Transform.)
Public propertyResolver
Sets the current XmlResolver object.
(Inherited from Transform.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDigestedOutput
Returns the digest associated with a XmlDsigExcC14NTransform object.
(Inherited from XmlDsigExcC14NTransform.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetInnerXml
Returns an XML representation of the parameters of a XmlDsigExcC14NTransform object that are suitable to be included as subelements of an XMLDSIG <Transform> element.
(Inherited from XmlDsigExcC14NTransform.)
Public methodGetOutput
Returns the output of the current XmlDsigExcC14NTransform object
(Inherited from XmlDsigExcC14NTransform.)
Public methodGetOutput(Type)
Returns the output of the current XmlDsigExcC14NTransform object as an object of the specified type.
(Inherited from XmlDsigExcC14NTransform.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetXml
Returns the XML representation of the current Transform object.
(Inherited from Transform.)
Public methodLoadInnerXml
Parses the specified XmlNodeList object as transform-specific content of a <Transform> element and configures the internal state of the current XmlDsigExcC14NTransform object to match the <Transform> element.
(Inherited from XmlDsigExcC14NTransform.)
Public methodLoadInput (Overrides XmlDsigExcC14NTransformLoadInput(Object).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also