Set this ObjectAttribute with a given type and value
Namespace:
Cryptware.NCryptoki
Assembly:
NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Set ( _
type As Integer, _
value As Object _
) |
C# |
---|
public void Set(
int type,
Object value
) |
Visual C++ |
---|
public:
virtual void Set(
int type,
Object^ value
) sealed |
JavaScript |
---|
function set(type, value); |
Parameters
- type
- Type: System..::..Int32
Attribute's type
- value
- Type: System..::..Object
Attribute's value. Value must be exclusively one of the follwing types: bool, uint, string, byte[].
Implements
IObjectAttribute..::..Set(Int32, Object)
See Also