System::Security::Cryptography::Xml::Transform class

Transform class

Provides information about transforming the data by the signer. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.

class Transform : public System::Object

Methods

MethodDescription
get_Algorithm()
get_Context()
virtual get_InputTypes()
virtual get_OutputTypes()
get_PropagatedNamespaces()
virtual GetDigestedOutput(SharedPtr<HashAlgorithm>)
virtual GetOutput()
virtual GetOutput(const TypeInfo&)
virtual LoadInnerXml(SharedPtr<System::Xml::XmlNodeList>)
virtual LoadInput(SharedPtr<Object>)
set_Algorithm(String)
set_Context(SharedPtr<System::Xml::XmlElement>)
set_Resolver(SharedPtr<System::Xml::XmlResolver>)

See Also