Пространство имен:
Microsoft.IdentityModel.Protocols.WSIdentity
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim image As Byte()
Dim mimeType As String
Dim instance As New CardImage(image, mimeType)
|
Синтаксис
Visual Basic |
Public Sub New ( _
image As Byte(), _
mimeType As String _
)
|
C# |
public CardImage (
byte[] image,
string mimeType
)
|
C++ |
public:
CardImage (
array<unsigned char>^ image,
String^ mimeType
)
|
J# |
public CardImage (
byte[] image,
String mimeType
)
|
JScript |
public function CardImage (
image : byte[],
mimeType : String
)
|
Параметры
- image
- mimeType
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также