ContentKeyPolicyTokenClaim Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ContentKeyPolicyTokenClaim() |
Initializes a new instance of the ContentKeyPolicyTokenClaim class. |
ContentKeyPolicyTokenClaim(String, String) |
Initializes a new instance of the ContentKeyPolicyTokenClaim class. |
ContentKeyPolicyTokenClaim()
Initializes a new instance of the ContentKeyPolicyTokenClaim class.
public ContentKeyPolicyTokenClaim ();
Public Sub New ()
Applies to
ContentKeyPolicyTokenClaim(String, String)
Initializes a new instance of the ContentKeyPolicyTokenClaim class.
public ContentKeyPolicyTokenClaim (string claimType = default, string claimValue = default);
new Microsoft.Azure.Management.Media.Models.ContentKeyPolicyTokenClaim : string * string -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicyTokenClaim
Public Sub New (Optional claimType As String = Nothing, Optional claimValue As String = Nothing)
Parameters
- claimType
- String
Token claim type.
- claimValue
- String
Token claim value.