SmartCardAppletIdGroup.Logo Property

Definition

Gets or sets an image that represents the smartcard. This might, for example, mimic the physical appearance of a credit card.

public:
 property IRandomAccessStreamReference ^ Logo { IRandomAccessStreamReference ^ get(); void set(IRandomAccessStreamReference ^ value); };
IRandomAccessStreamReference Logo();

void Logo(IRandomAccessStreamReference value);
public IRandomAccessStreamReference Logo { get; set; }
var iRandomAccessStreamReference = smartCardAppletIdGroup.logo;
smartCardAppletIdGroup.logo = iRandomAccessStreamReference;
Public Property Logo As IRandomAccessStreamReference

Property Value

An IRandomAccessStreamReference that provides access to a stream that contains an image that represents the smartcard.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v6.0)

Applies to