ServiceUser コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ServiceUser() |
ServiceUser クラスの新しいインスタンスを初期化します。 |
ServiceUser(IEnumerable<ClaimsIdentity>) |
指定した |
ServiceUser(IIdentity) |
指定した |
ServiceUser()
ServiceUser(IEnumerable<ClaimsIdentity>)
指定した identities
から ServiceUser クラスの新しいインスタンスを初期化します。
public ServiceUser(System.Collections.Generic.IEnumerable<System.Security.Claims.ClaimsIdentity> identities);
new Microsoft.WindowsAzure.Mobile.Service.Security.ServiceUser : seq<System.Security.Claims.ClaimsIdentity> -> Microsoft.WindowsAzure.Mobile.Service.Security.ServiceUser
Public Sub New (identities As IEnumerable(Of ClaimsIdentity))
パラメーター
- identities
- IEnumerable<ClaimsIdentity>
新しい要求プリンシパルの初期化元 ID。
適用対象
ServiceUser(IIdentity)
指定した identity
から ServiceUser クラスの新しいインスタンスを初期化します。
public ServiceUser(System.Security.Principal.IIdentity identity);
new Microsoft.WindowsAzure.Mobile.Service.Security.ServiceUser : System.Security.Principal.IIdentity -> Microsoft.WindowsAzure.Mobile.Service.Security.ServiceUser
Public Sub New (identity As IIdentity)
パラメーター
- identity
- IIdentity
新しい要求プリンシパルの初期化元 ID。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET