CredentialRequestedEventArgs Class

Definition

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.

public ref class CredentialRequestedEventArgs : EventArgs
public class CredentialRequestedEventArgs : EventArgs
type CredentialRequestedEventArgs = class
    inherit EventArgs
Public Class CredentialRequestedEventArgs
Inherits EventArgs
Inheritance
CredentialRequestedEventArgs

Properties

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.

Methods

Cancel(Boolean)

Cancels the credential request.

Submit(String, String, Boolean)

Apply the updated credential.

Applies to