SubjectIdentifier.Type プロパティ

定義

Type プロパティは、サブジェクト識別子のタイプを取得します。 サブジェクトは、証明書の発行者とシリアル番号またはサブジェクト キーによって識別できます。

public:
 property System::Security::Cryptography::Pkcs::SubjectIdentifierType Type { System::Security::Cryptography::Pkcs::SubjectIdentifierType get(); };
public System.Security.Cryptography.Pkcs.SubjectIdentifierType Type { get; }
member this.Type : System.Security.Cryptography.Pkcs.SubjectIdentifierType
Public ReadOnly Property Type As SubjectIdentifierType

プロパティ値

サブジェクトの種類を SubjectIdentifierType 識別する 列挙体のメンバー。

適用対象

こちらもご覧ください