ICryptAttributes インターフェイス (certenroll.h)

ICryptAttributes インターフェイスには、ICryptAttribute オブジェクトのコレクションを管理できるメソッドとプロパティが含まれています。

継承

ICryptAttributes インターフェイスは、IDispatch インターフェイスから継承されます。 ICryptAttributes には、 次の種類のメンバーもあります。

メソッド

ICryptAttributes インターフェイスには、これらのメソッドがあります。

 
ICryptAttributes::Add

ICryptAttribute オブジェクトをコレクションに追加します。
ICryptAttributes::AddRange

コレクションに ICryptAttribute オブジェクトの範囲を追加します。 属性は、別の ICryptAttributes コレクションに含まれています。
ICryptAttributes::Clear

コレクションからすべての ICryptAttribute オブジェクトを削除します。
ICryptAttributes::get__NewEnum

コレクションの列挙子を取得します。 (ICryptAttributes.get__NewEnum)
ICryptAttributes::get_Count

コレクション内の ICryptAttribute オブジェクトの数を取得します。
ICryptAttributes::get_IndexByObjectId

オブジェクト識別子 (OID) によって属性のインデックスを取得します。
ICryptAttributes::get_ItemByIndex

インデックス番号でコレクションから ICryptAttribute オブジェクトを取得します。
ICryptAttributes::Remove

インデックス番号でコレクションから ICryptAttribute オブジェクトを削除します。

要件

要件
サポートされている最小のクライアント Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー certenroll.h

こちらもご覧ください

CertEnroll インターフェイス

IDispatch