System.Security.Cryptography.Xml.XmlDsigXsltTransform Members

The members of System.Security.Cryptography.Xml.XmlDsigXsltTransform are listed below.

See Also: Inherited members from System.Security.Cryptography.Xml.Transform

Public Constructors

Initializes a new instance of the System.Security.Cryptography.Xml.XmlDsigXsltTransform class.

Initializes a new instance of the System.Security.Cryptography.Xml.XmlDsigXsltTransform class with comments, if specified.

Public Properties

[read-only]
override
InputTypesType[].

Gets an array of types that are valid inputs to the XmlDsigXsltTransform.LoadInput(object) method of the current System.Security.Cryptography.Xml.XmlDsigXsltTransform object.

[read-only]
override
OutputTypesType[].

Gets an array of types that are possible outputs from the XmlDsigXsltTransform.GetOutput methods of the current System.Security.Cryptography.Xml.XmlDsigXsltTransform object.

Public Methods

override
GetOutput() : object

Returns the output of the current System.Security.Cryptography.Xml.XmlDsigXsltTransform object.

override
GetOutput(Type) : object

Returns the output of the current System.Security.Cryptography.Xml.XmlDsigXsltTransform object of type System.IO.Stream.

override
LoadInnerXml(System.Xml.XmlNodeList)

Parses the specified System.Xml.XmlNodeList object as transform-specific content of a <Transform> element and configures the internal state of the current System.Security.Cryptography.Xml.XmlDsigXsltTransform object to match the <Transform> element.

override
LoadInput(object)

Loads the specified input into the current System.Security.Cryptography.Xml.XmlDsigXsltTransform object.

Protected Methods

override
GetInnerXml() : System.Xml.XmlNodeList

Returns an XML representation of the parameters of the System.Security.Cryptography.Xml.XmlDsigXsltTransform object that are suitable to be included as subelements of an XMLDSIG <Transform> element.