次の方法で共有


ContentKeyPolicyRsaTokenKey クラス

定義

トークン検証用の RSA キーを指定します

[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
継承
ContentKeyPolicyRsaTokenKey
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

ContentKeyPolicyRsaTokenKey()

ContentKeyPolicyRsaTokenKey クラスの新しいインスタンスを初期化します。

ContentKeyPolicyRsaTokenKey(Byte[], Byte[])

ContentKeyPolicyRsaTokenKey クラスの新しいインスタンスを初期化します。

プロパティ

Exponent

RSA パラメーター指数を取得または設定します。

Modulus

RSA パラメーターの剰余を取得または設定します

メソッド

Validate()

オブジェクトを検証します。

適用対象