Property | Type | Description |
---|
Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes object
|
|
Mechanism ( CKM type ) : System |
Creates mechanism of given type with no parameter
|
|
Mechanism ( CKM type, IMechanismParams parameter ) : System |
Creates mechanism of given type with object parameter
|
|
Mechanism ( CKM type, byte parameter ) : System |
Creates mechanism of given type with byte array parameter
|
|
Mechanism ( uint type ) : System |
Creates mechanism of given type with no parameter
|
|
Mechanism ( uint type, IMechanismParams parameter ) : System |
Creates mechanism of given type with object parameter
|
|
Mechanism ( uint type, byte parameter ) : System |
Creates mechanism of given type with byte array parameter
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes object
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Flag indicating whether managed resources should be disposed |
return | void |
public Mechanism ( CKM type ) : System | ||
type | CKM | Mechanism type |
return | System |
public Mechanism ( CKM type, IMechanismParams parameter ) : System | ||
type | CKM | Mechanism type |
parameter | IMechanismParams | Mechanism parameter |
return | System |
public Mechanism ( CKM type, byte parameter ) : System | ||
type | CKM | Mechanism type |
parameter | byte | Mechanism parameter |
return | System |
public Mechanism ( uint type ) : System | ||
type | uint | Mechanism type |
return | System |
public Mechanism ( uint type, IMechanismParams parameter ) : System | ||
type | uint | Mechanism type |
parameter | IMechanismParams | Mechanism parameter |
return | System |
public Mechanism ( uint type, byte parameter ) : System | ||
type | uint | Mechanism type |
parameter | byte | Mechanism parameter |
return | System |