CardImage (Constructor, (Byte[], String))
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSIdentity
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim image As Byte() Dim mimeType As String Dim instance As New CardImage(image, mimeType)
Sintaxis
'Declaración
Public Sub New ( _
image As Byte(), _
mimeType As String _
)
public CardImage (
byte[] image,
string mimeType
)
public:
CardImage (
array<unsigned char>^ image,
String^ mimeType
)
public CardImage (
byte[] image,
String mimeType
)
public function CardImage (
image : byte[],
mimeType : String
)
Parámetros
- image
- mimeType
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
CardImage (Clase)
CardImage (Miembros)
Microsoft.IdentityModel.Protocols.WSIdentity (Espacio de nombres)