EncryptionPropertyCollection.Item(Int32) 方法

定义

返回 EncryptionProperty 指定索引处的对象。

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

参数

index
Int32

要返回的对象 EncryptionProperty 索引。

返回

指定 EncryptionProperty 索引处的对象。

适用于