EncryptionPropertyCollection.IndexOf(EncryptionProperty) メソッド

定義

EncryptionPropertyCollection オブジェクト内での指定した項目のインデックスを調べます。

public:
 int IndexOf(System::Security::Cryptography::Xml::EncryptionProperty ^ value);
public int IndexOf (System.Security.Cryptography.Xml.EncryptionProperty value);
member this.IndexOf : System.Security.Cryptography.Xml.EncryptionProperty -> int
Public Function IndexOf (value As EncryptionProperty) As Integer

パラメーター

value
EncryptionProperty

EncryptionProperty オブジェクト内で検索する EncryptionPropertyCollection オブジェクト。

戻り値

コレクションに存在する場合は value のインデックス。それ以外の場合は -1。

適用対象