Value of this CKA_PRIME_1 attribute

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

Syntax

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

Implements

IRSAPrivateKey..::..Prime1

See Also