NetworkCredential::GetCredential Method (String^, Int32, String^)
.NET Framework (current version)
Returns an instance of the NetworkCredential class for the specified host, port, and authentication type.
Assembly: System (in System.dll)
public: virtual NetworkCredential^ GetCredential( String^ host, int port, String^ authenticationType ) sealed
Parameters
- host
-
Type:
System::String^
The host computer that authenticates the client.
- port
-
Type:
System::Int32
The port on the host that the client communicates with.
- authenticationType
-
Type:
System::String^
The type of authentication requested, as defined in the IAuthenticationModule::AuthenticationType property.
Return Value
Type: System.Net::NetworkCredential^A NetworkCredential for the specified host, port, and authentication protocol, or null if there are no credentials available for the specified host, port, and authentication protocol.
The value of authType corresponds to the IAuthenticationModule::AuthenticationType property.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.1
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.1
Windows Phone
Available since 8.1
Show: