System::Security::Cryptography::X509Certificates::X509KeyUsageExtension class
Contents
[
Hide
]X509KeyUsageExtension class
Extension object to keep extra information about the usage of a key. 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 X509KeyUsageExtension : public System::Security::Cryptography::X509Certificates::X509Extension
Methods
Method | Description |
---|---|
CopyFrom(const SharedPtr<AsnEncodedData>&) override | Copies extension data from other object. |
get_KeyUsages() | Gets key usages. |
X509KeyUsageExtension() | RTTI information. |
X509KeyUsageExtension(const SharedPtr<AsnEncodedData>&, bool) | Constructor. |
X509KeyUsageExtension(X509KeyUsageFlags, bool) | Constructor. |
See Also
- Class X509Extension
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PUB for C++