System::Security::Cryptography::X509Certificates::X500DistinguishedName クラス
X500DistinguishedName class
X509 証明書の識別名を表します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new を使用してこの型のインスタンスを作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数への引数として使用してください。
class X500DistinguishedName : public System::Security::Cryptography::AsnEncodedData
メソッド
| メソッド | 説明 |
|---|---|
| Decode(X500DistinguishedNameFlags) const | フラグで指定されたパラメータを使用して名前をデコードします。 |
| Format(bool) const override | 印刷用に名前をフォーマットします。 |
| get_Name() const | 証明書の識別名を取得します。 |
| X500DistinguishedName(const SharedPtr<AsnEncodedData>&) | RTTI 情報。 |
| X500DistinguishedName(const ByteArrayPtr&) | コンストラクタ。 |
| X500DistinguishedName(const String&) | コンストラクタ。 |
| X500DistinguishedName(const SharedPtr<X500DistinguishedName>&) | コピーコンストラクタ。 |
| X500DistinguishedName(const String&, X500DistinguishedNameFlags) | コンストラクタ。 |
参照
- Class AsnEncodedData
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++