Value of this CKA_VALUE attribute

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

Syntax

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

Implements

IHardwareFeature..::..FeatureValue

See Also