CardDisplayInformation.Image Property

Namespace: Microsoft.IdentityServer.CardIssuance
Assembly: Microsoft.IdentityServer (in microsoft.identityserver.dll)

Usage

Syntax

'Declaration
Public Property Image As Byte()
public byte[] Image { get; set; }
public:
property array<unsigned char>^ Image {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
/** @property */
public byte[] get_Image ()

/** @property */
public void set_Image (byte[] value)
public function get Image () : byte[]

public function set Image (value : byte[])

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

CardDisplayInformation Class
CardDisplayInformation Members
Microsoft.IdentityServer.CardIssuance Namespace