次の方法で共有


UseLicense.ApplicationData プロパティ

定義

公開アプリケーションから消費アプリケーションに渡されたキーと値のペアを含む、アプリケーション データ ディクショナリを取得します。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ ApplicationData { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> ApplicationData { get; }
member this.ApplicationData : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property ApplicationData As IDictionary(Of String, String)

プロパティ値

IDictionary<String,String>

公開アプリケーションから消費アプリケーションに渡されたキーと値のペアを含む、アプリケーション データ ディクショナリ。

注釈

Rights Management Services (RMS) サーバーによって処理される 1 つのデータ キーと値のペアは、文字列ペア "Allow_Server_Editing"/"True" です。 発行ライセンス "Allow_Server_Editing"/"True" が設定されている場合、サービスまたは信頼されたサービスは、コンテンツ キーを再利用できます。

キーと値のペア "NOLICCACHE" / "1" は、アプリケーションを使用するライセンス埋め込みポリシーを制御します。 "NOLICCACHE" / "1" が設定されている場合、アプリケーションは、使用ライセンスを権限管理ドキュメント内に埋め込まないと想定されます。

適用対象