Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new CookieCredential instance.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
useCache As Boolean _
)
public CookieCredential(
bool useCache
)
public:
CookieCredential(
bool useCache
)
new :
useCache:bool -> CookieCredential
public function CookieCredential(
useCache : boolean
)
Parameters
useCache
Type: System.BooleanTrue to load cached cookies if it is possible or false to force a prompt
.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.