System::Security::Cryptography::X509Certificates::X509ChainStatus クラス
X509ChainStatus class
X509 チェーンのステータスとエラー情報を格納します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new を使用してこの型のインスタンスを作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
class X509ChainStatus : public System::Object
メソッド
| メソッド | 説明 |
|---|---|
| get_Status() | |
| get_StatusInformation() | |
| set_Status(X509ChainStatusFlags) | |
| set_StatusInformation(String) | |
| X509ChainStatus() |
参照
- Class Object
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++