次の方法で共有


MobileServiceUser クラス

定義

認証されたモバイル サービス ユーザーです。

public class MobileServiceUser
type MobileServiceUser = class
Public Class MobileServiceUser
継承
MobileServiceUser

コンストラクター

MobileServiceUser(String)

MobileServiceUser クラスの新しいインスタンスを初期化します。

プロパティ

MobileServiceAuthenticationToken

によってUserId指定されたユーザーのMicrosoft Azure Mobile Services認証トークン。 null 以外の場合、認証トークンは Microsoft Azure Mobile Service に対して行われたすべての要求に含まれるため、クライアントは、認証されたユーザー レベルのアクセス許可を必要とするすべてのアクションを Microsoft Azure Mobile Service で実行できます。

UserId

正常に認証されたユーザーのユーザー ID を取得または設定します。

適用対象