Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.