Click or drag to resize
GDCacheControllerClearCredentialsForMethod Method
Clears authorization data cache for given GDHttpRequestAuthenticationMethod.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public static void ClearCredentialsForMethod(
	GDHttpRequestAuthenticationMethod method
)

Parameters

method
Type: GDGDHttpRequestAuthenticationMethod
Desired authorization method to clear cache for.
Remarks
To clear authorization data cache for Kerberos also instance of GDHttpProtocolFilter used to send request must be disposed.
See Also