The maximum number of bytes from the file to send, the actual message size will be longer by 100 or so bytes + SHA256 signature length (privateKey.ExportParameters().Modulus.Length). To be certain a client does not exceed a specific size, allow for an addition 2500 bytes.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property MaxInboundFileChunk As Integer |
| C# | |
|---|
public int MaxInboundFileChunk {get; set;} |
Requirements
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
See Also