Gets the coefficient.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property Coefficient As Byte()
	Get
C#
byte[] Coefficient { get; }
Visual C++
property array<unsigned char>^ Coefficient {
	array<unsigned char>^ get ();
}
JavaScript
function get_coefficient();

Field Value

The coefficient.

See Also