메소드 | 설명 | |
---|---|---|
CkRsaPkcsPssParams ( uint hashAlg, uint mgf, uint len ) : Net.Pkcs11Interop.Common |
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 ( uint hashAlg, uint mgf, uint len ) : Net.Pkcs11Interop.Common | ||
hashAlg | uint | Hash algorithm used in the PSS encoding (CKM) |
mgf | uint | Mask generation function to use on the encoded block (CKG) |
len | uint | Length, in bytes, of the salt value used in the PSS encoding |
리턴 | Net.Pkcs11Interop.Common |