TeamProjectPicker.HasNewCredentials Property
Indicate that the selected connection has been re-authenticated and the new credentials could be different from the cached one.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property HasNewCredentials As Boolean
public bool HasNewCredentials { get; }
public:
property bool HasNewCredentials {
bool get ();
}
member HasNewCredentials : bool with get
function get HasNewCredentials () : boolean
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
If AutoCommitCollectionChanges is surpressed, call CommitConnectionChange manually to commit the changes and perist the credentials to the token storage.
.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.