次の方法で共有


SecurityCallers.Item プロパティ

指定された SecurityIdentity 項目を取得します。

[C#] C# では、このプロパティは SecurityCallers クラスのインデクサになります。

Public Default ReadOnly Property Item( _
   ByVal idx As Integer _) As SecurityIdentity
[C#]
public SecurityIdentity this[intidx] {get;}
[C++]
public: __property SecurityIdentity* get_Item(intidx);
[JScript]
returnValue = SecurityCallersObject.Item(idx);またはreturnValue = SecurityCallersObject(idx);

[JScript] JScript では、この型で定義されている既定のインデックス プロパティを使用することができます。しかし、独自のインデックス プロパティを明示的に定義することはできません。ただし、このクラスの expando 属性を指定すると、既定のインデックス プロパティが提供されます。提供されるインデックス プロパティの型は Object 型であり、インデックス型は String になります。

引数 [JScript]

  • idx
    インデックス番号を使用してアクセスする項目。

パラメータ [Visual Basic, C#, C++]

  • idx
    インデックス番号を使用してアクセスする項目。

プロパティ値

SecurityIdentity オブジェクト。

必要条件

プラットフォーム: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

SecurityCallers クラス | SecurityCallers メンバ | System.EnterpriseServices 名前空間