Method | Description | |
---|---|---|
CkEcdh1DeriveParams ( uint kdf, byte sharedData, byte publicData ) : System |
Initializes a new instance of the CkEcdh1DeriveParams 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 CkEcdh1DeriveParams ( uint kdf, byte sharedData, byte publicData ) : System | ||
kdf | uint | Key derivation function used on the shared secret value (CKD) |
sharedData | byte | Some data shared between the two parties |
publicData | byte | Other party's EC public key value |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Flag indicating whether managed resources should be disposed |
return | void |