Метод | Описание | |
---|---|---|
CkKipParams ( ulong mechanism, ObjectHandle key, byte seed ) : System |
Initializes a new instance of the CkKipParams class.
|
|
Dispose ( ) : void |
Disposes object
|
|
ToMarshalableStructure ( ) : object |
Returns managed object that can be marshaled to an unmanaged block of memory
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes object
|
public CkKipParams ( ulong mechanism, ObjectHandle key, byte seed ) : System | ||
mechanism | ulong | Underlying cryptographic mechanism (CKM) |
key | ObjectHandle | Handle to a key that will contribute to the entropy of the derived key (CKM_KIP_DERIVE) or will be used in the MAC operation (CKM_KIP_MAC) |
seed | byte | Input seed |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Flag indicating whether managed resources should be disposed |
Результат | void |
public ToMarshalableStructure ( ) : object | ||
Результат | object |