AlgorithmIdentifier.Oid Propriedade

Definição

A propriedade Oid define ou recupera o objeto Oid que especifica o identificador de objeto para o algoritmo.The Oid property sets or retrieves the Oid object that specifies the object identifier for the algorithm.

public:
 property System::Security::Cryptography::Oid ^ Oid { System::Security::Cryptography::Oid ^ get(); void set(System::Security::Cryptography::Oid ^ value); };
public System.Security.Cryptography.Oid Oid { get; set; }
member this.Oid : System.Security.Cryptography.Oid with get, set
Public Property Oid As Oid

Valor da propriedade

Oid

Um Oid objeto que representa o algoritmo.An Oid object that represents the algorithm.

Aplica-se a

Confira também