Class VKontakteSocialUserInfo
Inherited Members
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: NFX.Web.Social
Assembly: NFX.Web.dll
Syntax
[Serializable]
public class VKontakteSocialUserInfo : SocialUserInfo
  Constructors
VKontakteSocialUserInfo(VKontakte)
Declaration
public VKontakteSocialUserInfo(VKontakte issuer)
  Parameters
| Type | Name | Description | 
|---|---|---|
| VKontakte | issuer | 
Properties
AccessToken
Token to perform VKontakte operations like post
Declaration
public string AccessToken { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
DebugInfo
Declaration
public override string DebugInfo { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
DisplayName
Declaration
public override string DisplayName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
LongTermProviderToken
Declaration
public override string LongTermProviderToken { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
Nickname
VKontakte nickname field
Declaration
public string Nickname { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Photo
VKontakte nickname field
Declaration
public string Photo { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |