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