EncryptionPropertyCollection.ItemOf[Int32] 属性

定义

获取或设置位于指定索引处的 EncryptionProperty 对象。

public:
 property System::Security::Cryptography::Xml::EncryptionProperty ^ default[int] { System::Security::Cryptography::Xml::EncryptionProperty ^ get(int index); void set(int index, System::Security::Cryptography::Xml::EncryptionProperty ^ value); };
public System.Security.Cryptography.Xml.EncryptionProperty this[int index] { get; set; }
member this.ItemOf(int) : System.Security.Cryptography.Xml.EncryptionProperty with get, set
Default Public Property ItemOf(index As Integer) As EncryptionProperty

参数

index
Int32

要返回的 EncryptionProperty 对象的索引。

属性值

指定索引处的 EncryptionProperty 对象。

适用于