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 列挙体のメンバー。

適用対象

こちらもご覧ください