SPFormsClaimProvider.GetMembershipResolversNamesForContext method
Returns the membership resolver names based on the context URI.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetMembershipResolversNamesForContext ( _
context As Uri _
) As IEnumerable(Of String)
'Usage
Dim context As Uri
Dim returnValue As IEnumerable(Of String)
returnValue = SPFormsClaimProvider.GetMembershipResolversNamesForContext(context)
public static IEnumerable<string> GetMembershipResolversNamesForContext(
Uri context
)
Parameters
context
Type: System.UriThe URI context for the operation.
Return value
Type: System.Collections.Generic.IEnumerable<String>
A list of strings containing the resolver names.