Property | Type | Description | |
---|---|---|---|
ConvertFromHighLevelAPI40List | List |
||
ConvertFromHighLevelAPI41List | List |
||
ConvertFromHighLevelAPI80List | List |
||
ConvertFromHighLevelAPI81List | List |
||
ConvertToHighLevelAPI40List | List |
||
ConvertToHighLevelAPI41List | List |
||
ConvertToHighLevelAPI80List | List |
||
ConvertToHighLevelAPI81List | List |
||
ObjectAttribute | System | ||
ObjectAttribute | System | ||
ObjectAttribute | System | ||
ObjectAttribute | System |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes object
|
|
GetValueAsBool ( ) : bool |
Reads value of attribute and returns it as bool
|
|
GetValueAsByteArray ( ) : byte[] |
Reads value of attribute and returns it as byte array
|
|
GetValueAsCkmList ( ) : List |
Reads value of attribute and returns it as list of mechanisms
|
|
GetValueAsDateTime ( ) : DateTime? |
Reads value of attribute and returns it as DateTime
|
|
GetValueAsObjectAttributeList ( ) : List |
Reads value of attribute and returns it as attribute array (CURRENTLY NOT IMPLEMENTED)
|
|
GetValueAsString ( ) : string |
Reads value of attribute and returns it as string
|
|
GetValueAsUlong ( ) : ulong |
Reads value of attribute and returns it as ulong
|
|
GetValueAsUlongList ( ) : List |
Reads value of attribute and returns it as list of ulongs
|
|
ObjectAttribute ( CKA type ) : System |
Creates attribute of given type with no value
|
|
ObjectAttribute ( CKA type, CKC value ) : System |
Creates attribute of given type with CKC value
|
|
ObjectAttribute ( CKA type, CKK value ) : System |
Creates attribute of given type with CKK value
|
|
ObjectAttribute ( CKA type, CKO value ) : System |
Creates attribute of given type with CKO value
|
|
ObjectAttribute ( CKA type, System.DateTime value ) : System |
Creates attribute of given type with DateTime (CK_DATE) value
|
|
ObjectAttribute ( CKA type, List |
Creates attribute of given type with mechanism array value
|
|
ObjectAttribute ( CKA type, List |
Creates attribute of given type with attribute array value
|
|
ObjectAttribute ( CKA type, List |
Creates attribute of given type with ulong array value
|
|
ObjectAttribute ( CKA type, bool value ) : System |
Creates attribute of given type with bool value
|
|
ObjectAttribute ( CKA type, byte value ) : System |
Creates attribute of given type with byte array value
|
|
ObjectAttribute ( CKA type, string value ) : System |
Creates attribute of given type with string value
|
|
ObjectAttribute ( CKA type, ulong value ) : System |
Creates attribute of given type with ulong value
|
|
ObjectAttribute ( ulong type ) : System |
Creates attribute of given type with no value
|
|
ObjectAttribute ( ulong type, System.DateTime value ) : System |
Creates attribute of given type with DateTime (CK_DATE) value
|
|
ObjectAttribute ( ulong type, List |
Creates attribute of given type with mechanism array value
|
|
ObjectAttribute ( ulong type, List |
Creates attribute of given type with attribute array value
|
|
ObjectAttribute ( ulong type, List |
Creates attribute of given type with ulong array value
|
|
ObjectAttribute ( ulong type, bool value ) : System |
Creates attribute of given type with bool value
|
|
ObjectAttribute ( ulong type, byte value ) : System |
Creates attribute of given type with byte array value
|
|
ObjectAttribute ( ulong type, string value ) : System |
Creates attribute of given type with string value
|
|
ObjectAttribute ( ulong type, ulong value ) : System |
Creates attribute of given type with ulong value
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes object
|
Method | Description | |
---|---|---|
ConvertFromHighLevelAPI40List ( List |
Converts platform specific ObjectAttributes to platfrom neutral ObjectAttributes
|
|
ConvertFromHighLevelAPI41List ( List |
Converts platform specific ObjectAttributes to platfrom neutral ObjectAttributes
|
|
ConvertFromHighLevelAPI80List ( List |
Converts platform specific ObjectAttributes to platfrom neutral ObjectAttributes
|
|
ConvertFromHighLevelAPI81List ( List |
Converts platform specific ObjectAttributes to platfrom neutral ObjectAttributes
|
|
ConvertToHighLevelAPI40List ( List |
Converts platfrom neutral ObjectAttributes to platform specific ObjectAttributes
|
|
ConvertToHighLevelAPI41List ( List |
Converts platfrom neutral ObjectAttributes to platform specific ObjectAttributes
|
|
ConvertToHighLevelAPI80List ( List |
Converts platfrom neutral ObjectAttributes to platform specific ObjectAttributes
|
|
ConvertToHighLevelAPI81List ( List |
Converts platfrom neutral ObjectAttributes to platform specific ObjectAttributes
|
|
ObjectAttribute ( HighLevelAPI40 objectAttribute ) : System |
Converts platform specific ObjectAttribute to platfrom neutral ObjectAttribute
|
|
ObjectAttribute ( HighLevelAPI41 objectAttribute ) : System |
Converts platform specific ObjectAttribute to platfrom neutral ObjectAttribute
|
|
ObjectAttribute ( HighLevelAPI80 objectAttribute ) : System |
Converts platform specific ObjectAttribute to platfrom neutral ObjectAttribute
|
|
ObjectAttribute ( HighLevelAPI81 objectAttribute ) : System |
Converts platform specific ObjectAttribute to platfrom neutral ObjectAttribute
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Flag indicating whether managed resources should be disposed |
return | void |
public GetValueAsObjectAttributeList ( ) : List |
||
return | List |
public ObjectAttribute ( CKA type ) : System | ||
type | CKA | Attribute type |
return | System |
public ObjectAttribute ( CKA type, CKC value ) : System | ||
type | CKA | Attribute type |
value | CKC | Attribute value |
return | System |
public ObjectAttribute ( CKA type, CKK value ) : System | ||
type | CKA | Attribute type |
value | CKK | Attribute value |
return | System |
public ObjectAttribute ( CKA type, CKO value ) : System | ||
type | CKA | Attribute type |
value | CKO | Attribute value |
return | System |
public ObjectAttribute ( CKA type, System.DateTime value ) : System | ||
type | CKA | Attribute type |
value | System.DateTime | Attribute value |
return | System |
public ObjectAttribute ( CKA type, List |
||
type | CKA | Attribute type |
value | List |
Attribute value |
return | System |
public ObjectAttribute ( CKA type, List |
||
type | CKA | Attribute type |
value | List |
Attribute value |
return | System |
public ObjectAttribute ( CKA type, List |
||
type | CKA | Attribute type |
value | List |
Attribute value |
return | System |
public ObjectAttribute ( CKA type, bool value ) : System | ||
type | CKA | Attribute type |
value | bool | Attribute value |
return | System |
public ObjectAttribute ( CKA type, byte value ) : System | ||
type | CKA | Attribute type |
value | byte | Attribute value |
return | System |
public ObjectAttribute ( CKA type, string value ) : System | ||
type | CKA | Attribute type |
value | string | Attribute value |
return | System |
public ObjectAttribute ( CKA type, ulong value ) : System | ||
type | CKA | Attribute type |
value | ulong | Attribute value |
return | System |
public ObjectAttribute ( ulong type ) : System | ||
type | ulong | Attribute type |
return | System |
public ObjectAttribute ( ulong type, System.DateTime value ) : System | ||
type | ulong | Attribute type |
value | System.DateTime | Attribute value |
return | System |
public ObjectAttribute ( ulong type, List |
||
type | ulong | Attribute type |
value | List |
Attribute value |
return | System |
public ObjectAttribute ( ulong type, List |
||
type | ulong | Attribute type |
value | List |
Attribute value |
return | System |
public ObjectAttribute ( ulong type, List |
||
type | ulong | Attribute type |
value | List |
Attribute value |
return | System |
public ObjectAttribute ( ulong type, bool value ) : System | ||
type | ulong | Attribute type |
value | bool | Attribute value |
return | System |
public ObjectAttribute ( ulong type, byte value ) : System | ||
type | ulong | Attribute type |
value | byte | Attribute value |
return | System |
public ObjectAttribute ( ulong type, string value ) : System | ||
type | ulong | Attribute type |
value | string | Attribute value |
return | System |
public ObjectAttribute ( ulong type, ulong value ) : System | ||
type | ulong | Attribute type |
value | ulong | Attribute value |
return | System |