Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function C_SetAttributeValue ( _ hSession As Integer, _ hObject As Integer, _ attrsColl As ICollection _ ) As Integer |
C# |
---|
public abstract int C_SetAttributeValue( int hSession, int hObject, ICollection attrsColl ) |
Visual C++ |
---|
public: virtual int C_SetAttributeValue( int hSession, int hObject, ICollection^ attrsColl ) abstract |
JavaScript |
---|
function c_SetAttributeValue(hSession, hObject, attrsColl); |
Parameters
- hSession
- Type: System..::..Int32
- hObject
- Type: System..::..Int32
- attrsColl
- Type: System.Collections..::..ICollection