UserLoginInfo.ProviderKey Property

Key for the linked login at the provider

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

Syntax

'Declaration
Public Property ProviderKey As String 
    Get 
    Set
'Usage
Dim instance As UserLoginInfo 
Dim value As String 

value = instance.ProviderKey

instance.ProviderKey = value
public string ProviderKey { get; set; }
public:
property String^ ProviderKey {
    String^ get ();
    void set (String^ value);
}
member ProviderKey : string with get, set
function get ProviderKey () : String 
function set ProviderKey (value : String)

Property Value

Type: System.String

See Also

Reference

UserLoginInfo Class

Microsoft.AspNet.Identity Namespace