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

See Also

Reference

VssFederatedToken Class

Microsoft.VisualStudio.Services.Client Namespace