MobileBroadbandPinManager.GetPin(MobileBroadbandPinType) Method
Definition
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 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
|