ActiveDirectoryFederationServicesBearerAuthenticationOptions.MetadataEndpoint Property

Gets or sets the WSFed Metadata Endpoint for the Security Token Service JWTs will be issued from.

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

Syntax

'Declaration
Public Property MetadataEndpoint As String 
    Get 
    Set
'Usage
Dim instance As ActiveDirectoryFederationServicesBearerAuthenticationOptions 
Dim value As String 

value = instance.MetadataEndpoint

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

Property Value

Type: System.String
The WSFed Metadata Endpoint for the Security Token Service JWTs will be issued from.

See Also

Reference

ActiveDirectoryFederationServicesBearerAuthenticationOptions Class

Microsoft.Owin.Security.ActiveDirectory Namespace