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, расположенный по указанному индексу.

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