Share via


SubjectIdentifierOrKey.Type プロパティ

定義

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

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

プロパティ値

サブジェクト識別子のタイプを指定する SubjectIdentifierOrKeyType 列挙型のメンバーです。

適用対象

こちらもご覧ください