ECCurve.Oid Property

Definition

Gets the identifier of a named curve.

public:
 property System::Security::Cryptography::Oid ^ Oid { System::Security::Cryptography::Oid ^ get(); };
public System.Security.Cryptography.Oid Oid { get; }
member this.Oid : System.Security.Cryptography.Oid
Public ReadOnly Property Oid As Oid

Property Value

Oid

The identifier of a named curve.

Remarks

You cannot set a value for the Oid property directly. Instead, to create a named curve, use the CreateFromFriendlyName, the CreateFromOid , or the CreateFromValue methods.

On some systems, the Oid.Value property is the primary referenced identifier, while on others it's the Oid.FriendlyName property. Manually creating an Oid object with mismatched values may produce undesirable results.

Applies to