Share via


DeviceCertificate.RobustnessVersion Property

Definition

Gets the robustness version uniquely identifies the version of DRM used by the client.

public int RobustnessVersion { get; }
member this.RobustnessVersion : int
Public ReadOnly Property RobustnessVersion As Integer

Property Value

Remarks

The robustness version of the client is used to make a decision about whether a service will issue licenses. The robustness version can also be represented as A.B.C.D, where each letter represents a byte. To convert the robustness version from its dotted notation to an integer, the bytes should be appended in a big-endian format. For example, the integer representation of 5.1.0.0 is 0x05010000.

Applies to