Value of this CKA_PRIME_2 attribute

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

Syntax

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

Implements

IRSAPrivateKey..::..Prime2

See Also