Property | Type | Description | |
---|---|---|---|
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
|
|
GetValueAsUint ( ) : uint |
Reads value of attribute and returns it as uint
|
|
GetValueAsUintList ( ) : List |
Reads value of attribute and returns it as list of uints
|
|
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 uint 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, uint value ) : System |
Creates attribute of given type with uint value
|
|
ObjectAttribute ( uint type ) : System |
Creates attribute of given type with no value
|
|
ObjectAttribute ( uint type, System.DateTime value ) : System |
Creates attribute of given type with DateTime (CK_DATE) value
|
|
ObjectAttribute ( uint type, List |
Creates attribute of given type with mechanism array value
|
|
ObjectAttribute ( uint type, List |
Creates attribute of given type with attribute array value
|
|
ObjectAttribute ( uint type, List |
Creates attribute of given type with uint array value
|
|
ObjectAttribute ( uint type, bool value ) : System |
Creates attribute of given type with bool value
|
|
ObjectAttribute ( uint type, byte value ) : System |
Creates attribute of given type with byte array value
|
|
ObjectAttribute ( uint type, string value ) : System |
Creates attribute of given type with string value
|
|
ObjectAttribute ( uint type, uint value ) : System |
Creates attribute of given type with uint value
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes object
|
Method | Description | |
---|---|---|
ObjectAttribute ( |
Creates attribute defined by low level CK_ATTRIBUTE structure
|
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, uint value ) : System | ||
type | CKA | Attribute type |
value | uint | Attribute value |
return | System |
public ObjectAttribute ( uint type ) : System | ||
type | uint | Attribute type |
return | System |
public ObjectAttribute ( uint type, System.DateTime value ) : System | ||
type | uint | Attribute type |
value | System.DateTime | Attribute value |
return | System |
public ObjectAttribute ( uint type, List |
||
type | uint | Attribute type |
value | List |
Attribute value |
return | System |
public ObjectAttribute ( uint type, List |
||
type | uint | Attribute type |
value | List |
Attribute value |
return | System |
public ObjectAttribute ( uint type, List |
||
type | uint | Attribute type |
value | List |
Attribute value |
return | System |
public ObjectAttribute ( uint type, bool value ) : System | ||
type | uint | Attribute type |
value | bool | Attribute value |
return | System |
public ObjectAttribute ( uint type, byte value ) : System | ||
type | uint | Attribute type |
value | byte | Attribute value |
return | System |
public ObjectAttribute ( uint type, string value ) : System | ||
type | uint | Attribute type |
value | string | Attribute value |
return | System |
public ObjectAttribute ( uint type, uint value ) : System | ||
type | uint | Attribute type |
value | uint | Attribute value |
return | System |