WsFederationAuthenticationOptions.SignOutWreply Property

 

Gets or sets the 'wreply' value used during sign-out. If none is specified then the value from the Wreply field is used.

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

Syntax

public string SignOutWreply { get; set; }
public:
property String^ SignOutWreply {
    String^ get();
    void set(String^ value);
}
member SignOutWreply : string with get, set
Public Property SignOutWreply As String

Property Value

Type: System.String

Returns String.

See Also

WsFederationAuthenticationOptions Class
Microsoft.Owin.Security.WsFederation Namespace

Return to top