Метод | Описание | |
---|---|---|
CkTlsPrfParams ( byte seed, byte label, ulong outputLen ) : System |
Initializes a new instance of the CkTlsPrfParams 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 CkTlsPrfParams ( byte seed, byte label, ulong outputLen ) : System | ||
seed | byte | Input seed |
label | byte | Identifying label |
outputLen | ulong | Length in bytes that the output to be created shall have |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Flag indicating whether managed resources should be disposed |
Результат | void |
public ToMarshalableStructure ( ) : object | ||
Результат | object |