PackagingChallenge.ProtectionSystems 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 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.