Method | Description | |
---|---|---|
CkSsl3MasterKeyDeriveParams ( |
Initializes a new instance of the CkSsl3MasterKeyDeriveParams class.
|
|
Dispose ( ) : void |
Disposes object
|
|
ToMarshalableStructure ( ) : object |
Returns managed object that can be marshaled to an unmanaged block of memory
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes object
|
public CkSsl3MasterKeyDeriveParams ( |
||
randomInfo | Client's and server's random data information | |
dh | bool | Set to false for CKM_SSL3_MASTER_KEY_DERIVE mechanism and to true for CKM_SSL3_MASTER_KEY_DERIVE_DH mechanism |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Flag indicating whether managed resources should be disposed |
return | void |