BinaryExchange Constructor (Byte[], Uri)

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

Usage

    Dim binaryData As Byte()
Dim valueType As Uri

Dim instance As New BinaryExchange(binaryData, valueType)

Syntax

'Declaration
Public Sub New ( _
    binaryData As Byte(), _
    valueType As Uri _
)
public BinaryExchange (
    byte[] binaryData,
    Uri valueType
)
public:
BinaryExchange (
    array<unsigned char>^ binaryData, 
    Uri^ valueType
)
public BinaryExchange (
    byte[] binaryData, 
    Uri valueType
)
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

Reference

BinaryExchange Class
BinaryExchange Members
Microsoft.IdentityModel.SecurityTokenService Namespace