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



resourceName
parameterName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function RemoveOAuthTokenReplacementValue( _
   ByVal resourceName As String, _
   ByVal parameterName As String _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As OAuthManagement
Dim resourceName As String
Dim parameterName As String
Dim value As Boolean
 
value = instance.RemoveOAuthTokenReplacementValue(resourceName, parameterName)
C#  
public bool RemoveOAuthTokenReplacementValue( 
   string resourceName,
   string parameterName
)
C++/CLI  
public:
bool RemoveOAuthTokenReplacementValue( 
   String^ resourceName,
   String^ parameterName
) 

Parameters

resourceName
parameterName

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