Share via


HttpBearerChallenge.SourceUri Property

 

Gets the source URI if present, otherwise string empty.

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

Syntax

public Uri SourceUri { get; }
public:
property Uri^ SourceUri {
    Uri^ get();
}
member SourceUri : Uri with get
Public ReadOnly Property SourceUri As Uri

Property Value

Type: System.Uri

The source URI if present, otherwise string empty.

See Also

HttpBearerChallenge Class
Microsoft.Azure.KeyVault Namespace

Return to top