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

Syntax

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

Implements

IRSAPrivateKey..::..Coefficient

See Also