Value of this Key (CKA_VALUE_BITS)

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ValueBits As Integer
	Get
C#
public int ValueBits { get; }
Visual C++
public:
virtual property int ValueBits {
	int get () sealed;
}
JavaScript
function get_valueBits();

Implements

IDHPrivateKey..::..ValueBits

See Also