JwtAuthentication コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
JwtAuthentication() |
JwtAuthentication クラスの新しいインスタンスを初期化します。 |
JwtAuthentication(IList<String>, IList<String>, IList<TokenClaim>, IList<TokenKey>) |
JwtAuthentication クラスの新しいインスタンスを初期化します。 |
JwtAuthentication()
JwtAuthentication クラスの新しいインスタンスを初期化します。
public JwtAuthentication ();
Public Sub New ()
適用対象
JwtAuthentication(IList<String>, IList<String>, IList<TokenClaim>, IList<TokenKey>)
JwtAuthentication クラスの新しいインスタンスを初期化します。
public JwtAuthentication (System.Collections.Generic.IList<string> issuers = default, System.Collections.Generic.IList<string> audiences = default, System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.TokenClaim> claims = default, System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.TokenKey> keys = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.JwtAuthentication : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.TokenClaim> * System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.TokenKey> -> Microsoft.Azure.Management.VideoAnalyzer.Models.JwtAuthentication
Public Sub New (Optional issuers As IList(Of String) = Nothing, Optional audiences As IList(Of String) = Nothing, Optional claims As IList(Of TokenClaim) = Nothing, Optional keys As IList(Of TokenKey) = Nothing)
パラメーター
- claims
- IList<TokenClaim>
検証する追加のトークン要求の一覧。 トークンを有効にするには、すべての要求とそれぞれの値が含まれている必要があります。
アクセス トークンの検証に使用できるキーの一覧。 複数のキーを使用すると、トークン署名キーのシームレスなキーローテーションが可能になります。 トークン署名は、1 つのキーと完全に一致する必要があります。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET