OpenIdConnectAuthenticationOptions.MetadataAddress Property

Gets or sets the discovery endpoint for obtaining metadata

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

Syntax

'Declaration
Public Property MetadataAddress As String 
    Get 
    Set
'Usage
Dim instance As OpenIdConnectAuthenticationOptions 
Dim value As String 

value = instance.MetadataAddress

instance.MetadataAddress = value
public string MetadataAddress { get; set; }
public:
property String^ MetadataAddress {
    String^ get ();
    void set (String^ value);
}
member MetadataAddress : string with get, set
function get MetadataAddress () : String 
function set MetadataAddress (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

OpenIdConnectAuthenticationOptions Class

Microsoft.Owin.Security.OpenIdConnect Namespace