IBuildMachineEvents.CredentialsChanged Method
The method is invoked when the service host authenticating credentials are changed.
Namespace: Microsoft.TeamFoundation.Build.Hosting
Assembly: Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
<OperationContractAttribute(IsOneWay := True)> _
Sub CredentialsChanged ( _
eventData As BuildMachineCredentialsEventArgs _
)
[OperationContractAttribute(IsOneWay = true)]
void CredentialsChanged(
BuildMachineCredentialsEventArgs eventData
)
[OperationContractAttribute(IsOneWay = true)]
void CredentialsChanged(
BuildMachineCredentialsEventArgs^ eventData
)
[<OperationContractAttribute(IsOneWay = true)>]
abstract CredentialsChanged :
eventData:BuildMachineCredentialsEventArgs -> unit
function CredentialsChanged(
eventData : BuildMachineCredentialsEventArgs
)
Parameters
.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.