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 对象。

适用于