AddOAuthResource Method
See Also 
SourceCode.Security.OAuth Namespace > OAuthManagement Class : AddOAuthResource Method



resource

Glossary Item Box

Syntax

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

Parameters

resource

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