UseLicense.ApplicationData 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得應用程式資料字典,其中包含從發行應用程式傳遞至使用應用程式的金鑰/值組。
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)
屬性值
應用程式資料字典,其中包含從發行應用程式傳遞至使用應用程式的金鑰/值組。
備註
Rights Management Services (RMS) 伺服器所處理的資料索引鍵/值組是字串組 「Allow_Server_Editing」/「True」。 設定發行授權 「Allow_Server_Editing」/「True」 時,服務或任何受信任的服務都可以重複使用內容金鑰。
索引鍵/值組 「NOLICCACHE」 / 「1」 會控制使用應用程式的使用授權內嵌原則。 當設定 「NOLICCACHE」 / 「1」 時,應用程式應該不會在受版權管理的檔內嵌使用授權。