Edit

Share via


LyncClient.CredentialRequested Event

Definition

Raised when a user credential is requested by a server such as the Lync server.

public:
 event EventHandler<Microsoft::Lync::Model::CredentialRequestedEventArgs ^> ^ CredentialRequested;
public event EventHandler<Microsoft.Lync.Model.CredentialRequestedEventArgs> CredentialRequested;
member this.CredentialRequested : EventHandler<Microsoft.Lync.Model.CredentialRequestedEventArgs> 
Public Custom Event CredentialRequested As EventHandler(Of CredentialRequestedEventArgs) 

Event Type

Remarks

This event is only raised when Lync client is in Full UI supression mode and a user has not provided acceptable sign-in credentials or other credential types requested by othe r servers. When not in UI suppression mode, this even is not raised when credentials are requested. In this case, the Lync client presents a credential request dialog.

Applies to