Share via


TokenRestrictionTemplate Constructors

Definition

Overloads

TokenRestrictionTemplate()
Obsolete.
TokenRestrictionTemplate(TokenType)

TokenRestrictionTemplate()

Caution

This API is now deprecated.

[System.Obsolete]
public TokenRestrictionTemplate ();
Public Sub New ()
Attributes

Applies to

TokenRestrictionTemplate(TokenType)

public TokenRestrictionTemplate (Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.TokenType tokenType);
new Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.TokenRestrictionTemplate : Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.TokenType -> Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.TokenRestrictionTemplate
Public Sub New (tokenType As TokenType)

Parameters

tokenType
TokenType

Applies to