ECCurve.IsPrime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出曲線類型是否代表明確的質數曲線。
public:
property bool IsPrime { bool get(); };
public bool IsPrime { get; }
member this.IsPrime : bool
Public ReadOnly Property IsPrime As Boolean
屬性值
如果曲線是明確的質數曲線,則為 true
;如果曲線是具名的質數、特性 2 或隱含的曲線,則為 false
。