MobileBroadbandPinManager クラス

定義

特定のモバイル ブロードバンド モデムと SIM カードの PIN マネージャーを定義します。

注意

この機能は、モバイル ネットワーク オペレーターによる特権アクセス権を持つモバイル オペレーター アプリと UWP アプリでのみ使用できます。

この API を使用してアプリを Microsoft Store に発行する場合は、特別な承認が必要です。 詳細については、「アプリ機能宣言」トピックの 「制限付き 機能」セクション 参照してください。

public ref class MobileBroadbandPinManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MobileBroadbandPinManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MobileBroadbandPinManager
Public NotInheritable Class MobileBroadbandPinManager
継承
Object Platform::Object IInspectable MobileBroadbandPinManager
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
cellularDeviceControl cellularDeviceIdentity

注釈

ユニバーサル IC カード (UICC) の使用状況とコンテンツは、通常 SIM カードと呼ばれ、個人識別番号 (PIN) と呼ばれるコードを使用して保護できます。

MobileBroadbandPinManager オブジェクトは、MobileBroadbandDeviceInformation のPinManager プロパティによって返されます。

プロパティ

SupportedPins

モバイル ブロードバンド モデムと SIM カードでサポートされている PIN の種類の一覧を取得します。

メソッド

GetPin(MobileBroadbandPinType)

特定の PIN の種類のモバイル ブロードバンド PIN を取得します。

適用対象

こちらもご覧ください