CredentialRequestedEventArgs 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 | |
---|---|---|
CanSavePassword | Allow password to be saved. | |
IsPasswordSaved | Returns true if the user password is allowed to be saved. | |
Type | Gets the type for the requesting credential. | |
UserName | Gets the Domain and User Name. |
Top
Methods
Name | Description | |
---|---|---|
Cancel | Cancels the credential request. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Submit | Apply the updated credential. | |
ToString | (Inherited from Object.) |
Top