EncryptionPropertyCollection.IndexOf(EncryptionProperty) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定 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。