System::Security::Cryptography::Xml::Reference class
Reference class
Facilitates creation of the XML signatures. 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 Reference : public System::Object
Methods
| Method | Description |
|---|---|
| AddTransform(SharedPtr<Transform>) | |
| get_DigestMethod() | |
| get_DigestValue() | |
| get_Id() | |
| get_TransformChain() | |
| get_Type() | |
| get_Uri() | |
| GetXml() | |
| LoadXml(SharedPtr<System::Xml::XmlElement>) | |
| Reference() | |
| Reference(SharedPtr<IO::Stream>) | |
| Reference(String) | |
| set_DigestMethod(String) | |
| set_DigestValue(ArrayPtr<uint8_t>) | |
| set_Id(String) | |
| set_TransformChain(SharedPtr<TransformChain>) | |
| set_Type(String) | |
| set_Uri(String) |
See Also
- Class Object
- Namespace System::Security::Cryptography::Xml
- Library Aspose.PUB for C++