EncryptionPropertyCollection.Item(Int32) Método

Definición

Devuelve el objeto EncryptionProperty situado en el índice especificado.

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

Parámetros

index
Int32

Índice del objeto EncryptionProperty que se va a devolver.

Devoluciones

EncryptionProperty

Objeto EncryptionProperty en el índice especificado.

Se aplica a