Value of this CKA_EC_POINT attribute

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

Syntax

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

Implements

IECPublicKey..::..ECPoint

See Also