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



oldValue
newValue

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function UpdateOAuthTokenReplacementValue( _
   ByVal oldValue As SourceCode.Security.OAuth.OAuthTokenReplacementValue, _
   ByVal newValue As SourceCode.Security.OAuth.OAuthTokenReplacementValue _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As OAuthManagement
Dim oldValue As SourceCode.Security.OAuth.OAuthTokenReplacementValue
Dim newValue As SourceCode.Security.OAuth.OAuthTokenReplacementValue
Dim value As Boolean
 
value = instance.UpdateOAuthTokenReplacementValue(oldValue, newValue)
C#  
public bool UpdateOAuthTokenReplacementValue( 
   SourceCode.Security.OAuth.OAuthTokenReplacementValue oldValue,
   SourceCode.Security.OAuth.OAuthTokenReplacementValue newValue
)
C++/CLI  
public:
bool UpdateOAuthTokenReplacementValue( 
   SourceCode.Security.OAuth.OAuthTokenReplacementValue^ oldValue,
   SourceCode.Security.OAuth.OAuthTokenReplacementValue^ newValue
) 

Parameters

oldValue
newValue

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