命名空间: 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 命名空间