Share via


MobileBroadbandPinManager.SupportedPins Property

Definition

Gets a list of the supported PIN types for the mobile broadband modem and SIM Card.

public:
 property IVectorView<MobileBroadbandPinType> ^ SupportedPins { IVectorView<MobileBroadbandPinType> ^ get(); };
IVectorView<MobileBroadbandPinType> SupportedPins();
public IReadOnlyList<MobileBroadbandPinType> SupportedPins { get; }
var iVectorView = mobileBroadbandPinManager.supportedPins;
Public ReadOnly Property SupportedPins As IReadOnlyList(Of MobileBroadbandPinType)

Property Value

a list of the supported PIN types for the mobile broadband modem and SIM Card.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to

See also