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

Syntax

Visual Basic (Declaration)
Public Property Flags As Integer
	Get
	Set
C#
public int Flags { get; set; }
Visual C++
public:
virtual property int Flags {
	int get () sealed;
	void set (int value) sealed;
}
JavaScript
function get_flags();
function set_flags(value);

Implements

ISlotInfo..::..Flags

See Also