|
@@ -58,5 +58,12 @@ namespace Vinno.vCloud.Common.FIS
|
|
|
/// <param name="isEncryptedShow"></param>
|
|
|
/// <returns>Set Result,The old server is not applicable,it will be false</returns>
|
|
|
bool SetIsEncryptedShow(bool isEncryptedShow);
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Get the device is Encrypted Show,
|
|
|
+ /// The old server always is false
|
|
|
+ /// </summary>
|
|
|
+ /// <returns></returns>
|
|
|
+ bool IsEncryptedShow();
|
|
|
}
|
|
|
}
|