Method | Description | |
---|---|---|
CreateMechanism ( CKM mechanism ) : |
Creates mechanism of given type with no parameter
|
|
CreateMechanism ( CKM mechanism, byte parameter ) : |
Creates mechanism of given type with byte array parameter
|
|
CreateMechanism ( CKM mechanism, object parameterStructure ) : |
Creates mechanism of given type with structure as parameter
|
|
CreateMechanism ( uint mechanism ) : |
Creates mechanism of given type with no parameter
|
|
CreateMechanism ( uint mechanism, byte parameter ) : |
Creates mechanism of given type with byte array parameter
|
|
CreateMechanism ( uint mechanism, object parameterStructure ) : |
Creates mechanism of given type with structure as parameter
|
Method | Description | |
---|---|---|
_CreateMechanism ( uint mechanism, byte parameter ) : |
Creates mechanism of given type with parameter copied from managed byte array to the newly allocated unmanaged memory
|
public static CreateMechanism ( CKM mechanism ) : |
||
mechanism | CKM | Mechanism type |
return |
public static CreateMechanism ( CKM mechanism, byte parameter ) : |
||
mechanism | CKM | Mechanism type |
parameter | byte | Mechanism parameter |
return |
public static CreateMechanism ( CKM mechanism, object parameterStructure ) : |
||
mechanism | CKM | Mechanism type |
parameterStructure | object | Structure with mechanism parameters |
return |
public static CreateMechanism ( uint mechanism ) : |
||
mechanism | uint | Mechanism type |
return |
public static CreateMechanism ( uint mechanism, byte parameter ) : |
||
mechanism | uint | Mechanism type |
parameter | byte | Mechanism parameter |
return |
public static CreateMechanism ( uint mechanism, object parameterStructure ) : |
||
mechanism | uint | Mechanism type |
parameterStructure | object | Structure with mechanism parameters |
return |