WebTokenRequest.Scope 属性

定义

获取请求的范围。

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

属性值

String

Platform::String

winrt::hstring

请求的范围。

适用于

另请参阅