EncryptionPropertyCollection.ItemOf[Int32] Propriedade

Definição

Obtém ou define o objeto EncryptionProperty no índice especificado.Gets or sets the EncryptionProperty object at the specified index.

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

O índice do objeto EncryptionProperty a ser retornado.The index of the EncryptionProperty object to return.

Valor da propriedade

EncryptionProperty

O objeto EncryptionProperty no índice especificado.The EncryptionProperty object at the specified index.

Aplica-se a