CredentialInfoEventArgs Class
Provides data for an event handler regarding the acquisition of credentials.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
Microsoft.Web.Management.Client.CredentialInfoEventArgs
System.EventArgs
System.ComponentModel.CancelEventArgs
Microsoft.Web.Management.Client.CredentialInfoEventArgs
| Name | Description | |
|---|---|---|
![]() | CredentialInfoEventArgs(CredentialInfo) | Initializes a new instance of the CredentialInfoEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Cancel | (Inherited from CancelEventArgs.) |
![]() | Credentials | Gets the credential information that is passed to the CredentialInfoEventArgs constructor. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Use this class to cancel events that require a CredentialInfo object.
The following example authenticates the user name and password.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

