WsFederationAuthenticationOptions.Wreply Property
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