VssClientCertificateManager.Invalidate Method
Invalidates the cached data in the VssClientCertificateManager. Should be called after receiving a 403 on an https request, to pick up new client certificates if necessary. An invalidation is guaranteed to cause only one refresh.
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public Sub Invalidate
public void Invalidate()
public:
void Invalidate()
member Invalidate : unit -> unit
public function Invalidate()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.