IdentityUserLogin<TKey>.ProviderKey Property

 

Gets or sets the key representing the login for the provider.

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

Syntax

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

Property Value

Type: System.String

The key representing the login for the provider.

See Also

IdentityUserLogin<TKey> Class
Microsoft.AspNet.Identity.EntityFramework Namespace
ASP.NET Identity

Return to top