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