Visual Basic (Declaration) | |
---|---|
<ExtensionAttribute()> Public Overloads Shared Function Xor( _ ByVal a() As Byte, _ ByVal b() As Byte _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim a() As Byte Dim b() As Byte Dim value As Boolean value = CryptoFactory.Xor(a, b) |
C++/CLI | |
---|---|
[Extension()] public: static bool Xor( array<byte>^ a, array<byte>^ b ) |
Parameters
- a
- b
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2