Method | Description | |
---|---|---|
CkRsaPkcsPssParams ( ulong hashAlg, ulong mgf, ulong len ) : System |
Initializes a new instance of the CkRsaPkcsPssParams class.
|
|
ToMarshalableStructure ( ) : object |
Returns managed object that can be marshaled to an unmanaged block of memory
|
public CkRsaPkcsPssParams ( ulong hashAlg, ulong mgf, ulong len ) : System | ||
hashAlg | ulong | Hash algorithm used in the PSS encoding (CKM) |
mgf | ulong | Mask generation function to use on the encoded block (CKG) |
len | ulong | Length, in bytes, of the salt value used in the PSS encoding |
return | System |