AlgorithmIdentifier.Oid Property

Definition

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

Property Value

Oid

An Oid object that represents the algorithm.

Applies to

See also