Namespace: Microsoft.IdentityModel.SecurityTokenService
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim binaryData As Byte()
Dim valueType As Uri
Dim encodingType As Uri

Dim instance As New BinaryExchange(binaryData, valueType, encodingType)

Syntax

Visual Basic
Public Sub New ( _
		binaryData As Byte(), _
		valueType As Uri, _
		encodingType As Uri _
)
C#
public BinaryExchange (
		byte[] binaryData,
		Uri valueType,
		Uri encodingType
)
C++
public:
BinaryExchange (
		array<unsigned char>^ binaryData, 
		Uri^ valueType, 
		Uri^ encodingType
)
J#
public BinaryExchange (
		byte[] binaryData, 
		Uri valueType, 
		Uri encodingType
)
JScript
public function BinaryExchange (
		binaryData : byte[], 
		valueType : Uri, 
		encodingType : Uri
)

Parameters

binaryData
valueType
encodingType

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also