Share via


HttpBearerChallenge.Resource Property

 

Gets the realm value if present, otherwise the authority of the request URI given in the constructor.

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

Syntax

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

Property Value

Type: System.String

The realm value if present, otherwise the authority of the request URI given in the constructor.

See Also

HttpBearerChallenge Class
Microsoft.Azure.KeyVault Namespace

Return to top