AddOAuthSessionState(OAuthSessionState) Method
See Also 
SourceCode.Security.OAuth Namespace > OAuthManagement Class > AddOAuthSessionState Method : AddOAuthSessionState(OAuthSessionState) Method



state

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function AddOAuthSessionState( _
   ByVal state As SourceCode.Security.OAuth.OAuthSessionState _
) As Guid
Visual Basic (Usage) Copy Code
Dim instance As OAuthManagement
Dim state As SourceCode.Security.OAuth.OAuthSessionState
Dim value As Guid
 
value = instance.AddOAuthSessionState(state)
C#  
public Guid AddOAuthSessionState( 
   SourceCode.Security.OAuth.OAuthSessionState state
)
C++/CLI  
public:
Guid AddOAuthSessionState( 
   SourceCode.Security.OAuth.OAuthSessionState^ state
) 

Parameters

state

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also