ProviderDetails Class

.NET Framework 4.5

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Membership.OpenAuth.ProviderDetails

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

Syntax

'Declaration
Public Class ProviderDetails
'Usage
Dim instance As ProviderDetails
public class ProviderDetails
public ref class ProviderDetails
type ProviderDetails =  class end
public class ProviderDetails

The ProviderDetails type exposes the following members.

Properties

  Name Description
Public property DataBag
Public property ExtraData
Public property ProviderDisplayName
Public property ProviderName

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.Membership.OpenAuth Namespace