BeginValidateCredentials

BeginValidateCredentials (1 of 6)

Please note: this method is used only for the .NET framework with versions earlier than 4.5.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginValidateCredentials()

BeginValidateCredentials (2 of 6)

Please note: this method is used only for the .NET framework with versions earlier than 4.5.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginValidateCredentials(System::AsyncCallback callback)
ParameterDescription
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginValidateCredentials (3 of 6)

Please note: this method is used only for the .NET framework with versions earlier than 4.5.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginValidateCredentials(System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginValidateCredentials (4 of 6)

Please note: this method is used only for the .NET framework with versions earlier than 4.5.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginValidateCredentials(System::SharedPtr < IConnection > connection)
ParameterDescription
connectionConnection to a server

BeginValidateCredentials (5 of 6)

Please note: this method is used only for the .NET framework with versions earlier than 4.5.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginValidateCredentials(System::SharedPtr < IConnection > connection, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginValidateCredentials (6 of 6)

Please note: this method is used only for the .NET framework with versions earlier than 4.5.

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginValidateCredentials(System::SharedPtr < IConnection > connection, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.