TokenRestrictionTemplateSerializer.GenerateTestToken メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public static string GenerateTestToken (Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.TokenRestrictionTemplate tokenTemplate, Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.TokenVerificationKey signingKeyToUse = default, Guid? keyIdForContentKeyIdentifierClaim = default, DateTime? tokenExpiration = default);
static member GenerateTestToken : Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.TokenRestrictionTemplate * Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.TokenVerificationKey * Nullable<Guid> * Nullable<DateTime> -> string
Public Shared Function GenerateTestToken (tokenTemplate As TokenRestrictionTemplate, Optional signingKeyToUse As TokenVerificationKey = Nothing, Optional keyIdForContentKeyIdentifierClaim As Nullable(Of Guid) = Nothing, Optional tokenExpiration As Nullable(Of DateTime) = Nothing) As String
パラメーター
- tokenTemplate
- TokenRestrictionTemplate
- signingKeyToUse
- TokenVerificationKey
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET