EncryptionPropertyCollection.Item(Int32) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Devolve o EncryptionProperty objeto 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 EncryptionProperty objeto a devolver.
Devoluções
O EncryptionProperty objeto no índice especificado.