System::Security::Cryptography::Xml::KeyInfo class
Contents
[
Hide
]KeyInfo class
Represents the KeyInfo element of an XML digital signature or an XML encryption. 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 KeyInfo : public System::Collections::Generic::IEnumerable<SharedPtr<Xml::KeyInfoClause>>
Methods
Method | Description |
---|---|
AddClause(SharedPtr<KeyInfoClause>) | |
get_Count() | |
GetEnumerator() override | Gets enumerator. |
KeyInfo() | |
virtualizeBeginConstIterator() const override | Gets the implementation of begin const iterator for the current container. |
virtualizeBeginIterator() override | Gets the implementation of begin iterator for the current container. |
virtualizeEndConstIterator() const override | Gets the implementation of end const iterator for the current container. |
virtualizeEndIterator() override | Gets the implementation of end iterator for the current container. |
See Also
- Class IEnumerable
- Namespace System::Security::Cryptography::Xml
- Library Aspose.PDF for C++