LicenseResponse.IncludeOptimizedContentKey2 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value requesting that the server perform one additional ECC encryption operation to eliminate one or more ECC decryption operation(s) on the client.
public bool IncludeOptimizedContentKey2 { get; set; }
member this.IncludeOptimizedContentKey2 : bool with get, set
Public Property IncludeOptimizedContentKey2 As Boolean
Property Value
true
if the server should perform one additional ECC encrypt operation to eliminate one or more ECC decrypt operation(s) on the client; otherwise, false
.
Remarks
This property is ignored unless it will provide real benefit, e.g. it is ignored if the client does not support this functionality or if the response only includes a single license.