GetSymmetricEncryptionKey
Delegate
Definition
Declare a delegate which returns the encryption key and initialization vector for symmetric encryption algorithem.
public delegate bool GetSymmetricEncryptionKey(StreamingContext context, out byte[] key, out byte[] iv);
Parameters
- context
The streaming context, which contains the searilization context.
- key
Symmetric encryption key.
- iv
symmetric encryption initialization vector.
Return Value
- System.Boolean
- Inheritance
-
GetSymmetricEncryptionKey