Visual Basic (Declaration) | |
---|---|
Public Function RemoveOAuthToken( _ ByVal resourceID As Guid, _ ByVal credentialID As Guid, _ Optional ByVal resourceAudience As String _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As OAuthManagement Dim resourceID As Guid Dim credentialID As Guid Dim resourceAudience As String Dim value As Boolean value = instance.RemoveOAuthToken(resourceID, credentialID, resourceAudience) |
C# | |
---|---|
public bool RemoveOAuthToken( Guid resourceID, Guid credentialID, string resourceAudience ) |
C++/CLI | |
---|---|
public: bool RemoveOAuthToken( Guid resourceID, Guid credentialID, String^ resourceAudience ) |
Parameters
- resourceID
- credentialID
- resourceAudience
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