Method | Description | |
---|---|---|
ConvertValue ( |
Reads value of attribute and returns it as mechanism array
|
|
ConvertValue ( |
Reads value of attribute and returns it as attribute array
|
|
ConvertValue ( |
Reads value of attribute and returns it as DateTime (CK_DATE)
|
|
ConvertValue ( |
Reads value of attribute and returns it as bool
|
|
ConvertValue ( |
Reads value of attribute and returns it as byte array
|
|
ConvertValue ( |
Reads value of attribute and returns it as string
|
|
ConvertValue ( |
Reads value of attribute and returns it as uint
|
|
CreateAttribute ( CKA type ) : |
Creates attribute of given type with no value
|
|
CreateAttribute ( CKA type, CKC value ) : |
Creates attribute of given type with CKC value
|
|
CreateAttribute ( CKA type, CKK value ) : |
Creates attribute of given type with CKK value
|
|
CreateAttribute ( CKA type, CKM value ) : |
Creates attribute of given type with mechanism array value
|
|
CreateAttribute ( CKA type, CKO value ) : |
Creates attribute of given type with CKO value
|
|
CreateAttribute ( CKA type, |
Creates attribute of given type with attribute array value
|
|
CreateAttribute ( CKA type, System.DateTime value ) : |
Creates attribute of given type with DateTime (CK_DATE) value
|
|
CreateAttribute ( CKA type, bool value ) : |
Creates attribute of given type with bool value
|
|
CreateAttribute ( CKA type, byte value ) : |
Creates attribute of given type with byte array value
|
|
CreateAttribute ( CKA type, string value ) : |
Creates attribute of given type with string value
|
|
CreateAttribute ( CKA type, uint value ) : |
Creates attribute of given type with uint value
|
|
CreateAttribute ( uint type ) : |
Creates attribute of given type with no value
|
|
CreateAttribute ( uint type, CKM value ) : |
Creates attribute of given type with mechanism array value
|
|
CreateAttribute ( uint type, |
Creates attribute of given type with attribute array value
|
|
CreateAttribute ( uint type, System.DateTime value ) : |
Creates attribute of given type with DateTime (CK_DATE) value
|
|
CreateAttribute ( uint type, bool value ) : |
Creates attribute of given type with bool value
|
|
CreateAttribute ( uint type, byte value ) : |
Creates attribute of given type with byte array value
|
|
CreateAttribute ( uint type, string value ) : |
Creates attribute of given type with string value
|
|
CreateAttribute ( uint type, uint value ) : |
Creates attribute of given type with uint value
|
Method | Description | |
---|---|---|
ConvertValue ( |
Copies attribute value from unmanaged memory to managed byte array
|
|
_CreateAttribute ( uint type, byte value ) : |
Creates attribute of given type with value copied from managed byte array to the newly allocated unmanaged memory
|
public static ConvertValue ( |
||
attribute | Attribute whose value should be read | |
value | CKM | Location that receives attribute value |
return | void |
public static ConvertValue ( |
||
attribute | Attribute whose value should be read | |
value | Location that receives attribute value | |
return | void |
public static ConvertValue ( |
||
attribute | Attribute whose value should be read | |
value | System.DateTime | Location that receives attribute value |
return | void |
public static ConvertValue ( |
||
attribute | Attribute whose value should be read | |
value | bool | Location that receives attribute value |
return | void |
public static ConvertValue ( |
||
attribute | Attribute whose value should be read | |
value | byte | Location that receives attribute value |
return | void |
public static ConvertValue ( |
||
attribute | Attribute whose value should be read | |
value | string | Location that receives attribute value |
return | void |
public static ConvertValue ( |
||
attribute | Attribute whose value should be read | |
value | uint | Location that receives attribute value |
return | void |
public static CreateAttribute ( CKA type ) : |
||
type | CKA | Attribute type |
return |
public static CreateAttribute ( CKA type, CKC value ) : |
||
type | CKA | Attribute type |
value | CKC | Attribute value |
return |
public static CreateAttribute ( CKA type, CKK value ) : |
||
type | CKA | Attribute type |
value | CKK | Attribute value |
return |
public static CreateAttribute ( CKA type, CKM value ) : |
||
type | CKA | Attribute type |
value | CKM | Attribute value |
return |
public static CreateAttribute ( CKA type, CKO value ) : |
||
type | CKA | Attribute type |
value | CKO | Attribute value |
return |
public static CreateAttribute ( CKA type, |
||
type | CKA | Attribute type |
value | Attribute value | |
return |
public static CreateAttribute ( CKA type, System.DateTime value ) : |
||
type | CKA | Attribute type |
value | System.DateTime | Attribute value |
return |
public static CreateAttribute ( CKA type, bool value ) : |
||
type | CKA | Attribute type |
value | bool | Attribute value |
return |
public static CreateAttribute ( CKA type, byte value ) : |
||
type | CKA | Attribute type |
value | byte | Attribute value |
return |
public static CreateAttribute ( CKA type, string value ) : |
||
type | CKA | Attribute type |
value | string | Attribute value |
return |
public static CreateAttribute ( CKA type, uint value ) : |
||
type | CKA | Attribute type |
value | uint | Attribute value |
return |
public static CreateAttribute ( uint type ) : |
||
type | uint | Attribute type |
return |
public static CreateAttribute ( uint type, CKM value ) : |
||
type | uint | Attribute type |
value | CKM | Attribute value |
return |
public static CreateAttribute ( uint type, |
||
type | uint | Attribute type |
value | Attribute value | |
return |
public static CreateAttribute ( uint type, System.DateTime value ) : |
||
type | uint | Attribute type |
value | System.DateTime | Attribute value |
return |
public static CreateAttribute ( uint type, bool value ) : |
||
type | uint | Attribute type |
value | bool | Attribute value |
return |
public static CreateAttribute ( uint type, byte value ) : |
||
type | uint | Attribute type |
value | byte | Attribute value |
return |
public static CreateAttribute ( uint type, string value ) : |
||
type | uint | Attribute type |
value | string | Attribute value |
return |
public static CreateAttribute ( uint type, uint value ) : |
||
type | uint | Attribute type |
value | uint | Attribute value |
return |