ICredentialsByHost::GetCredential Method (String^, Int32, String^)
.NET Framework (current version)
Returns the credential for the specified host, port, and authentication protocol.
Assembly: System (in System.dll)
Parameters
- host
-
Type:
System::String^
The host computer that is authenticating the client.
- port
-
Type:
System::Int32
The port on host that the client will communicate with.
- authenticationType
-
Type:
System::String^
The authentication protocol.
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: