DeviceInfo.Authorization Property

Definition

The current authorization for the device.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ Authorization { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,string> Authorization { get; }
member this.Authorization : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property Authorization As Dictionary(Of String, String)

Property Value

Dictionary<String,String>

Applies to