Share via


SPTrustedLoginProvider.IsInUse method

Determines whether the current trusted login provider is in use.

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

Syntax

'Declaration
Public Function IsInUse As Boolean
'Usage
Dim instance As SPTrustedLoginProvider
Dim returnValue As Boolean

returnValue = instance.IsInUse()
public bool IsInUse()

Return value

Type: System.Boolean
true if the current trusted login provider is in use; otherwise, false.

Remarks

The current trusted login provider is in use if it is the current trusted authentication provider.

See also

Reference

SPTrustedLoginProvider class

SPTrustedLoginProvider members

Microsoft.SharePoint.Administration.Claims namespace