SmartCardAppletIdGroup.Logo Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
An IRandomAccessStreamReference that provides access to a stream that contains an image that represents the smartcard.
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v6.0)
|