Gets the password authentication credentials from an arbitrary source.

Return Value

the password authentication obtained.

Namespace:  Kaazing.Security
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Function GetCredentials As PasswordAuthentication
C#
PasswordAuthentication GetCredentials()
Visual C++
PasswordAuthentication^ GetCredentials()

See Also