Method | Description | |
---|---|---|
CkRc5Params ( uint wordsize, uint rounds ) : Net.Pkcs11Interop.Common |
Initializes a new instance of the CkRc5Params class.
|
|
ToMarshalableStructure ( ) : object |
Returns managed object that can be marshaled to an unmanaged block of memory
|
public CkRc5Params ( uint wordsize, uint rounds ) : Net.Pkcs11Interop.Common | ||
wordsize | uint | Wordsize of RC5 cipher in bytes |
rounds | uint | Number of rounds of RC5 encipherment |
return | Net.Pkcs11Interop.Common |