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