Gets the prime bits.

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property PrimeBits As Integer
	Get
C#
int PrimeBits { get; }
Visual C++
property int PrimeBits {
	int get ();
}
JavaScript
function get_primeBits();

Field Value

The prime bits.

See Also