FdnAccessManager Class
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.
Manages access to the Fixed Dialing Number (FDN) list.
public ref class FdnAccessManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Networking.NetworkOperators.NetworkOperatorsFdnContract, 65536)]
class FdnAccessManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Networking.NetworkOperators.NetworkOperatorsFdnContract), 65536)]
public static class FdnAccessManager
Public Class FdnAccessManager
- Inheritance
- Attributes
Windows requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Networking.NetworkOperators.NetworkOperatorsFdnContract (introduced in v1.0)
|
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|
Remarks
Your code does not instantiate this class. The only member is a static method, which you can call directly.
Methods
RequestUnlockAsync(String) |
Static method that prompts the user for the PIN required to change a contact list of Fixed Dialing Numbers (FDNs). Typically your code calls this method when planning to make a change to the contact list. If the return value on successful completion is true, then you will be able to change the list of FDN contacts. |