MobileBroadbandPinManager.GetPin(MobileBroadbandPinType) Method

Definition

Gets the mobile broadband PIN of a specific PIN type.

public:
 virtual MobileBroadbandPin ^ GetPin(MobileBroadbandPinType pinType) = GetPin;
MobileBroadbandPin GetPin(MobileBroadbandPinType const& pinType);
public MobileBroadbandPin GetPin(MobileBroadbandPinType pinType);
function getPin(pinType)
Public Function GetPin (pinType As MobileBroadbandPinType) As MobileBroadbandPin

Parameters

pinType
MobileBroadbandPinType

The mobile broadband PIN type.

Returns

The mobile broadband PIN returned. This value is either provided by the end user or from a cache if allowed. .

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to

See also