CredentialRequestedEventArgs Members

Include Protected Members
Include Inherited Members

CredentialRequestedEventData Class which is used to get the credential request type, domain and user names. The password, domain and user names can be changed from the event data object obtained from the event OnCredentialRequested.

The CredentialRequestedEventArgs type exposes the following members.

Properties

  Name Description
Public property CanSavePassword Allow password to be saved.
Public property IsPasswordSaved Returns true if the user password is allowed to be saved.
Public property Type Gets the type for the requesting credential.
Public property UserName Gets the Domain and User Name.

Top

Methods

  Name Description
Public method Cancel Cancels the credential request.
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method Submit Apply the updated credential.
Public method ToString (inherited from Object)

Top

See Also

Reference

CredentialRequestedEventArgs Class

Microsoft.Lync.Model Namespace