BigInteger ExclusiveOr Operator SSH .NET Client Library Documentation
Performs a bitwise exclusive Or (XOr) operation on two BigInteger values.

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public static BigInteger operator ^(
	BigInteger left,
	BigInteger right
)

Return Value

The result of the bitwise Or operation.
See Also