ECCurve.IsPrime 屬性

定義

取得值,指出曲線類型是否代表明確的質數曲線。

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

屬性值

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

適用於