Share via


UserLoginInfo.ProviderKey Property

 

Gets the user specific key for the login provider.

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

public string ProviderKey { get; set; }
public:
property String^ ProviderKey {
    String^ get();
    void set(String^ value);
}
member ProviderKey : string with get, set
Public Property ProviderKey As String

Property Value

Type: System.String

The provider key.

See Also

UserLoginInfo Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top