EventArgs for a Credential request event
| C# |
public class CredentialEventArgs : EventArgs
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CredentialEventArgs(Credential, Boolean, String, CredentialTargetType, String, Boolean) |
ctor
| |
| Credentials |
The credential provided by the handler of this event
| |
| CredentialTarget |
The targetname of the credential, usually a server address
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Invalid |
Indicates that this event is being raised because previously provided credentials were found to be invalid
| |
| IsSecure |
Indicates the credential is going to be used over SSL
Certain Proxy Servers require authentication and may not be configured for SSL.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Realm |
The realm of basic authentication for this credential as used in Proxy authentication
| |
| TargetType |
The intended use for the credential requested
| |
| ToString()()() | (Inherited from Object.) |