Value of this CKA_SUBPRIME attribute

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

Syntax

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

Implements

IDSAPrivateKey..::..SubPrime

See Also