LicenseResponse.IncludeOptimizedContentKey2 Property

Definition

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.

Applies to