메소드 | 설명 | |
---|---|---|
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 ( ulong mechanism ) : |
Creates mechanism of given type with no parameter
|
|
CreateMechanism ( ulong mechanism, byte parameter ) : |
Creates mechanism of given type with byte array parameter
|
|
CreateMechanism ( ulong mechanism, object parameterStructure ) : |
Creates mechanism of given type with structure as parameter
|
메소드 | 설명 | |
---|---|---|
_CreateMechanism ( ulong 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 |
리턴 |
public static CreateMechanism ( CKM mechanism, byte parameter ) : |
||
mechanism | CKM | Mechanism type |
parameter | byte | Mechanism parameter |
리턴 |
public static CreateMechanism ( CKM mechanism, object parameterStructure ) : |
||
mechanism | CKM | Mechanism type |
parameterStructure | object | Structure with mechanism parameters |
리턴 |
public static CreateMechanism ( ulong mechanism ) : |
||
mechanism | ulong | Mechanism type |
리턴 |
public static CreateMechanism ( ulong mechanism, byte parameter ) : |
||
mechanism | ulong | Mechanism type |
parameter | byte | Mechanism parameter |
리턴 |
public static CreateMechanism ( ulong mechanism, object parameterStructure ) : |
||
mechanism | ulong | Mechanism type |
parameterStructure | object | Structure with mechanism parameters |
리턴 |