WsFederationAuthenticationOptions.MetadataAddress Property
Gets or sets the address to retrieve the wsFederation metadata
Namespace: Microsoft.Owin.Security.WsFederation
Assembly: Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.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
WsFederationAuthenticationOptions Class
Microsoft.Owin.Security.WsFederation Namespace
Return to top