Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the 'wreply'.
Namespace: Microsoft.Owin.Security.WsFederation
Assembly: Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)
Syntax
public string Wreply { get; set; }
public:
property String^ Wreply {
String^ get();
void set(String^ value);
}
member Wreply : string with get, set
Public Property Wreply As String
Property Value
Type: System.String
Returns String.
See Also
WsFederationAuthenticationOptions Class
Microsoft.Owin.Security.WsFederation Namespace
Return to top