메소드 | 설명 | |
---|---|---|
CkWtlsMasterKeyDeriveParams ( ulong digestMechanism, |
Initializes a new instance of the CkWtlsMasterKeyDeriveParams 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 CkWtlsMasterKeyDeriveParams ( ulong digestMechanism, |
||
digestMechanism | ulong | Digest mechanism to be used (CKM) |
randomInfo | Client's and server's random data information | |
dh | bool | Set to false for CKM_WTLS_MASTER_KEY_DERIVE mechanism and to true for CKM_WTLS_MASTER_KEY_DERIVE_DH_ECC mechanism |
리턴 | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Flag indicating whether managed resources should be disposed |
리턴 | void |