Freigeben über


PackagingChallenge.ProtectionSystems Property

Definition

Gets the collection of protection system identifier GUIDs as strings for which policy is being requested.

public System.Collections.ObjectModel.Collection<string> ProtectionSystems { get; }
member this.ProtectionSystems : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property ProtectionSystems As Collection(Of String)

Property Value

The collection of protection system identifier GUIDs as strings for which policy is being requested.

Remarks

The business logic must validate each protection system identifier GUID inside PackagingChallenge.ProtectionSystems against those supported. The server should fail the request if it cannot support one of the protection systems requested and must only return data associated with the requested systems.

Applies to