ContentKeyPolicyRestrictionTokenType Struct
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.
The type of token.
public readonly struct ContentKeyPolicyRestrictionTokenType : IEquatable<Azure.ResourceManager.Media.Models.ContentKeyPolicyRestrictionTokenType>
type ContentKeyPolicyRestrictionTokenType = struct
Public Structure ContentKeyPolicyRestrictionTokenType
Implements IEquatable(Of ContentKeyPolicyRestrictionTokenType)
- Inheritance
-
ContentKeyPolicyRestrictionTokenType
- Implements
Constructors
| Name | Description |
|---|---|
| ContentKeyPolicyRestrictionTokenType(String) |
Initializes a new instance of ContentKeyPolicyRestrictionTokenType. |
Properties
| Name | Description |
|---|---|
| Jwt |
JSON Web Token. |
| Swt |
Simple Web Token. |
| Unknown |
Represents a ContentKeyPolicyRestrictionTokenType that is unavailable in current API version. |
Methods
| Name | Description |
|---|---|
| Equals(ContentKeyPolicyRestrictionTokenType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ContentKeyPolicyRestrictionTokenType, ContentKeyPolicyRestrictionTokenType) |
Determines if two ContentKeyPolicyRestrictionTokenType values are the same. |
| Implicit(String to ContentKeyPolicyRestrictionTokenType) |
Converts a string to a ContentKeyPolicyRestrictionTokenType. |
| Inequality(ContentKeyPolicyRestrictionTokenType, ContentKeyPolicyRestrictionTokenType) |
Determines if two ContentKeyPolicyRestrictionTokenType values are not the same. |