Namespace:
Microsoft.IdentityModel.Protocols.WSIdentity
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim image As Byte()
Dim mimeType As String
Dim instance As New CardImage(image, mimeType)
|
Syntax
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
)
|
Parameters
- image
- mimeType
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also