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 с указанным индексом.

Применяется к