你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContentKeyPolicyRsaTokenKey Class

Definition

Specifies a RSA key for token validation

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

Constructors

ContentKeyPolicyRsaTokenKey()

Initializes a new instance of the ContentKeyPolicyRsaTokenKey class.

ContentKeyPolicyRsaTokenKey(Byte[], Byte[])

Initializes a new instance of the ContentKeyPolicyRsaTokenKey class.

Properties

Exponent

Gets or sets the RSA Parameter exponent

Modulus

Gets or sets the RSA Parameter modulus

Methods

Validate()

Validate the object.

Applies to