OpenAuthManager.GetProviderName Method

.NET Framework 4

Gets the name of the external authentication provider that redirected to the specified request.

Namespace:  Microsoft.AspNet.Membership.OpenAuth
Assembly:  Microsoft.AspNet.Membership.OpenAuth (in Microsoft.AspNet.Membership.OpenAuth.dll)

Syntax

'Declaration
Public Overridable Function GetProviderName ( _
    context As HttpContextBase _
) As String
'Usage
Dim instance As OpenAuthManager 
Dim context As HttpContextBase 
Dim returnValue As String 

returnValue = instance.GetProviderName(context)
public virtual string GetProviderName(
    HttpContextBase context
)
public:
virtual String^ GetProviderName(
    HttpContextBase^ context
)
abstract GetProviderName : 
        context:HttpContextBase -> string  
override GetProviderName : 
        context:HttpContextBase -> string
public function GetProviderName(
    context : HttpContextBase
) : String

Parameters

Return Value

Type: System.String

See Also

Reference

OpenAuthManager Class

Microsoft.AspNet.Membership.OpenAuth Namespace