다음을 통해 공유


BinaryExchange 생성자 (Byte[], Uri, Uri)

네임스페이스: Microsoft.IdentityModel.SecurityTokenService
어셈블리: Microsoft.IdentityModel(microsoft.identitymodel.dll에 있음)

사용법

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

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

구문

‘선언
Public Sub New ( _
    binaryData As Byte(), _
    valueType As Uri, _
    encodingType As Uri _
)
public BinaryExchange (
    byte[] binaryData,
    Uri valueType,
    Uri encodingType
)
public:
BinaryExchange (
    array<unsigned char>^ binaryData, 
    Uri^ valueType, 
    Uri^ encodingType
)
public BinaryExchange (
    byte[] binaryData, 
    Uri valueType, 
    Uri encodingType
)
public function BinaryExchange (
    binaryData : byte[], 
    valueType : Uri, 
    encodingType : Uri
)

매개 변수

  • binaryData
     
  • valueType
     
  • encodingType
     

플랫폼

개발 플랫폼

Windows Server 2003, Windows Vista

Target Platforms

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

참고 항목

참조

BinaryExchange 클래스
BinaryExchange 멤버
Microsoft.IdentityModel.SecurityTokenService 네임스페이스