ECCurve.Oid Propriedade
Definição
Obtém o identificador de uma curva nomeada.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
Valor da propriedade
O identificador de uma curva nomeada.The identifier of a named curve.
Comentários
Você não pode definir um valor para a Oid propriedade diretamente.You cannot set a value for the Oid property directly. Em vez disso, para criar uma curva nomeada, use os CreateFromFriendlyName CreateFromOid métodos, ou CreateFromValue .Instead, to create a named curve, use the CreateFromFriendlyName, the CreateFromOid , or the CreateFromValue methods.
Em alguns sistemas, a Oid.Value propriedade é o identificador principal referenciado, enquanto em outros é a Oid.FriendlyName propriedade.On some systems, the Oid.Value property is the primary referenced identifier, while on others it's the Oid.FriendlyName property. A criação manual de um Oid objeto com valores incompatíveis pode produzir resultados indesejáveis.Manually creating an Oid object with mismatched values may produce undesirable results.