WebTokenRequest.Scope Proprietà

Definizione

Ottiene l'ambito della richiesta.

public:
 property Platform::String ^ Scope { Platform::String ^ get(); };
winrt::hstring Scope();
public string Scope { get; }
var string = webTokenRequest.scope;
Public ReadOnly Property Scope As String

Valore della proprietà

String

Platform::String

winrt::hstring

Ambito della richiesta.

Si applica a

Vedi anche