Share via


HttpBearerChallenge.Scope Property

 

Gets the scope value if present, otherwise empty string.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

public string Scope { get; }
public:
property String^ Scope {
    String^ get();
}
member Scope : string with get
Public ReadOnly Property Scope As String

Property Value

Type: System.String

The scope value if present, otherwise empty string.

See Also

HttpBearerChallenge Class
Microsoft.Azure.KeyVault Namespace

Return to top