VssFederatedToken.CookieCollection Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns the CookieCollection contained within this token. For internal use only.
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property CookieCollection As CookieCollection
public CookieCollection CookieCollection { get; }
public:
property CookieCollection^ CookieCollection {
CookieCollection^ get ();
}
member CookieCollection : CookieCollection with get
function get CookieCollection () : CookieCollection
Property Value
Type: System.Net.CookieCollection
.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.