Namespace:
Microsoft.IdentityModel.SecurityTokenService
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim binaryData As Byte()
Dim valueType As Uri
Dim instance As New BinaryExchange(binaryData, valueType)
|
Syntax
Visual Basic |
Public Sub New ( _
binaryData As Byte(), _
valueType As Uri _
)
|
C# |
public BinaryExchange (
byte[] binaryData,
Uri valueType
)
|
C++ |
public:
BinaryExchange (
array<unsigned char>^ binaryData,
Uri^ valueType
)
|
J# |
public BinaryExchange (
byte[] binaryData,
Uri valueType
)
|
JScript |
public function BinaryExchange (
binaryData : byte[],
valueType : Uri
)
|
Parameters
- binaryData
- valueType
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also