CredentialInfoEventArgs(CredentialInfo) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the CredentialInfoEventArgs class.
public:
CredentialInfoEventArgs(Microsoft::Web::Management::Client::CredentialInfo ^ credentials);
public CredentialInfoEventArgs (Microsoft.Web.Management.Client.CredentialInfo credentials);
new Microsoft.Web.Management.Client.CredentialInfoEventArgs : Microsoft.Web.Management.Client.CredentialInfo -> Microsoft.Web.Management.Client.CredentialInfoEventArgs
Public Sub New (credentials As CredentialInfo)
Parameters
- credentials
- CredentialInfo
The user credentials.