EncryptionPropertyCollection.ItemOf[Int32] Propiedad

Definición

Obtiene o establece el objeto EncryptionProperty que se encuentra en el índice especificado.

public:
 property System::Security::Cryptography::Xml::EncryptionProperty ^ default[int] { System::Security::Cryptography::Xml::EncryptionProperty ^ get(int index); void set(int index, System::Security::Cryptography::Xml::EncryptionProperty ^ value); };
public System.Security.Cryptography.Xml.EncryptionProperty this[int index] { get; set; }
member this.ItemOf(int) : System.Security.Cryptography.Xml.EncryptionProperty with get, set
Default Public Property ItemOf(index As Integer) As EncryptionProperty

Parámetros

index
Int32

Índice del objeto EncryptionProperty que se va a devolver.

Valor de propiedad

EncryptionProperty

Objeto EncryptionProperty en el índice especificado.

Se aplica a