Share via


SPTrustedLoginProvider.UseWReplyParameter property

Gets or sets the Boolean value that indicates whether the wreply parameter will be included during redirection to the Security Assertion Markup Language (SAML) login provider.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property UseWReplyParameter As Boolean
    Get
    Set
'Usage
Dim instance As SPTrustedLoginProvider
Dim value As Boolean

value = instance.UseWReplyParameter

instance.UseWReplyParameter = value
public bool UseWReplyParameter { get; set; }

Property value

Type: System.Boolean
true if the wreply parameter be will included; otherwise, false.

See also

Reference

SPTrustedLoginProvider class

SPTrustedLoginProvider members

Microsoft.SharePoint.Administration.Claims namespace