Share via


HttpBearerChallenge.AuthorizationServer Property

 

Gets the URI for the authorization server if present, otherwise empty string.

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

Syntax

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

Property Value

Type: System.String

The URI for the authorization server if present, otherwise empty string.

See Also

HttpBearerChallenge Class
Microsoft.Azure.KeyVault Namespace

Return to top