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
public string MetadataEndpoint { get; set; }
public:
property String^ MetadataEndpoint {
String^ get();
void set(String^ value);
}
member MetadataEndpoint : string with get, set
Public Property MetadataEndpoint As String
Property Value
Type: System.String
The WSFed Metadata Endpoint for the Security Token Service JWTs will be issued from.
See Also
ActiveDirectoryFederationServicesBearerAuthenticationOptions Class
Microsoft.Owin.Security.ActiveDirectory Namespace
Return to top