Share via


ECCurve.IsExplicit 屬性

定義

取得值,指出曲線類型是否代表明確的曲線 (可能是質數或特性 2)。

public:
 property bool IsExplicit { bool get(); };
public bool IsExplicit { get; }
member this.IsExplicit : bool
Public ReadOnly Property IsExplicit As Boolean

屬性值

如果曲線是明確的曲線 (可能是質數或特性 2),則為 true;如果曲線是具名或隱含的曲線,則為 false

適用於