Provides a standard implementation to WinForm applications to handle credential requests from Synchronization Client
and use the Windows API to prompt for credentials and/or save them
| C# |
public class CredentialHandler
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| CredentialHandler()()() | Initializes a new instance of the CredentialHandler class | |
| 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.) | |
| HandleCredentials(Form, Object, CredentialEventArgs) |
Provides a thread safe handler for the credential event.
ParentForm is used
for thread synchrnoization and to correctly parent the credential prompt
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
| Object | |
| CredentialHandler | |