System::Security::Cryptography::X509Certificates::X509Chain class
X509Chain class
Rappresenta la catena di certificati X509. Gli oggetti di questa classe devono essere allocati solo utilizzando la funzione 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 X509Chain : public System::Object
Metodi
| Metodo | Descrizione |
|---|---|
| Build(SharedPtr<X509Certificate2>) | NOT IMPLEMENTED. |
| get_ChainPolicy() | NOT IMPLEMENTED. |
| get_ChainStatus() | NOT IMPLEMENTED. |
Vedi anche
- Class Object
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++