Share via


WindowsAzureActiveDirectoryBearerAuthenticationOptions.MetadataAddress Property

 

Gets or sets the address to retrieve the configuration metadata This can be generated from the Tenant if present.

Namespace:   Microsoft.Owin.Security.ActiveDirectory
Assembly:  Microsoft.Owin.Security.ActiveDirectory (in Microsoft.Owin.Security.ActiveDirectory.dll)

Syntax

public string MetadataAddress { get; set; }
public:
property String^ MetadataAddress {
    String^ get();
    void set(String^ value);
}
member MetadataAddress : string with get, set
Public Property MetadataAddress As String

Property Value

Type: System.String

Returns String.

See Also

WindowsAzureActiveDirectoryBearerAuthenticationOptions Class
Microsoft.Owin.Security.ActiveDirectory Namespace

Return to top