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)コンストラクタ。

参照