Method | Description | |
---|---|---|
CkSsl3KeyMatParams ( uint macSizeInBits, uint keySizeInBits, uint ivSizeInBits, bool isExport, |
Initializes a new instance of the CkSsl3KeyMatParams 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 CkSsl3KeyMatParams ( uint macSizeInBits, uint keySizeInBits, uint ivSizeInBits, bool isExport, |
||
macSizeInBits | uint | The length (in bits) of the MACing keys agreed upon during the protocol handshake phase |
keySizeInBits | uint | The length (in bits) of the secret keys agreed upon during the protocol handshake phase |
ivSizeInBits | uint | The length (in bits) of the IV agreed upon during the protocol handshake phase or if no IV is required, the length should be set to 0 |
isExport | bool | Flag indicating whether the keys have to be derived for an export version of the protocol |
randomInfo | Client's and server's random data information | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Flag indicating whether managed resources should be disposed |
return | void |