ContentKeyPolicySymmetricTokenKey Class

Definition

Specifies a symmetric key for token validation.

[Newtonsoft.Json.JsonObject("#Microsoft.Media.ContentKeyPolicySymmetricTokenKey")]
public class ContentKeyPolicySymmetricTokenKey : Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenKey
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.ContentKeyPolicySymmetricTokenKey")>]
type ContentKeyPolicySymmetricTokenKey = class
    inherit ContentKeyPolicyRestrictionTokenKey
Public Class ContentKeyPolicySymmetricTokenKey
Inherits ContentKeyPolicyRestrictionTokenKey
Inheritance
ContentKeyPolicySymmetricTokenKey
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

ContentKeyPolicySymmetricTokenKey()

Initializes a new instance of the ContentKeyPolicySymmetricTokenKey class.

ContentKeyPolicySymmetricTokenKey(Byte[])

Initializes a new instance of the ContentKeyPolicySymmetricTokenKey class.

Properties

KeyValue

Gets or sets the key value of the key

Methods

Validate()

Validate the object.

Applies to