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.
Defines values for ContentKeyPolicyRestrictionTokenType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenTypeConverter))]
public struct ContentKeyPolicyRestrictionTokenType : IEquatable<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenTypeConverter))>]
type ContentKeyPolicyRestrictionTokenType = struct
Public Structure ContentKeyPolicyRestrictionTokenType
Implements IEquatable(Of ContentKeyPolicyRestrictionTokenType)
- Inheritance
-
ContentKeyPolicyRestrictionTokenType
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Jwt |
JSON Web Token. |
Swt |
Simple Web Token. |
Unknown |
Represents a ContentKeyPolicyRestrictionTokenType that is unavailable in current API version. |
Methods
Equals(ContentKeyPolicyRestrictionTokenType) |
Compares enums of type ContentKeyPolicyRestrictionTokenType |
Equals(Object) |
Overrides Equals operator for ContentKeyPolicyRestrictionTokenType |
GetHashCode() |
Returns for hashCode ContentKeyPolicyRestrictionTokenType |
ToString() |
Returns string representation for ContentKeyPolicyRestrictionTokenType |
Operators
Equality(ContentKeyPolicyRestrictionTokenType, ContentKeyPolicyRestrictionTokenType) |
Overriding == operator for enum ContentKeyPolicyRestrictionTokenType |
Implicit(ContentKeyPolicyRestrictionTokenType to String) |
Implicit operator to convert ContentKeyPolicyRestrictionTokenType to string |
Implicit(String to ContentKeyPolicyRestrictionTokenType) |
Implicit operator to convert string to ContentKeyPolicyRestrictionTokenType |
Inequality(ContentKeyPolicyRestrictionTokenType, ContentKeyPolicyRestrictionTokenType) |
Overriding != operator for enum ContentKeyPolicyRestrictionTokenType |
Applies to
Azure SDK for .NET