System::Security::Cryptography::Xml::Reference classe
Reference class
Facilita la creazione delle firme XML. Gli oggetti di questa classe devono essere allocati solo usando la funzione System::MakeObject(). Non creare mai un’istanza di questo tipo sullo stack o usando l’operatore new, poiché ciò proverà errori di runtime e/o fault di asserzione. Avvolgi sempre questa classe in un puntatore System::SmartPtr e usa questo puntatore per passarla alle funzioni come argomento.
class Reference : public System::Object
Metodi
| Metodo | Descrizione |
|---|---|
| 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) |
Vedi anche
- Class Object
- Namespace System::Security::Cryptography::Xml
- Library Aspose.Font for C++