Share via


EncryptionPropertyCollection.Item(Int32) Método

Definição

Retorna o objeto EncryptionProperty no í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

O índice do objeto EncryptionProperty a ser retornado.

Retornos

O objeto EncryptionProperty no índice especificado.

Aplica-se a