메소드 | 설명 | |
---|---|---|
CkWtlsPrfParams ( ulong digestMechanism, byte seed, byte label, ulong outputLen ) : System |
Initializes a new instance of the CkWtlsPrfParams 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 CkWtlsPrfParams ( ulong digestMechanism, byte seed, byte label, ulong outputLen ) : System | ||
digestMechanism | ulong | Digest mechanism to be used (CKM) |
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 |