The type of data padding to use
Namespace: NetworkCommsDotNet.DPSBaseAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Zero | 0 | Pads with all zeros (fastest) | |
Random | 1 | Pads with cryptographically secure random numbers (slower but potentially slightly more secure) |
See Also