CookieHeaderManager.Instance Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the instance of the singleton of CookieHeaderManager.
Namespace: Microsoft.VisualStudio.SharePoint.Remote.Authentication
Assembly: Microsoft.VisualStudio.SharePoint.Remote (in Microsoft.VisualStudio.SharePoint.Remote.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Instance As CookieHeaderManager
public static CookieHeaderManager Instance { get; }
Property Value
Type: Microsoft.VisualStudio.SharePoint.Remote.Authentication.CookieHeaderManager
The instance of the singleton of CookieHeaderManager.
.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.
See Also
Reference
Microsoft.VisualStudio.SharePoint.Remote.Authentication Namespace