GetCredential()
ICredentialsByHost::GetCredential(String, int32_t, String) method
Returns credentials for the specified host and authentication type.
virtual System::SharedPtr<NetworkCredential> System::Net::ICredentialsByHost::GetCredential(String host, int32_t port, String authenticationType)=0
Arguments
Parameter | Type | Description |
---|---|---|
host | String | The host that authenticates the client. |
port | int32_t | The host port number. |
authenticationType | String | The authentication type. |
See Also
- Typedef SharedPtr
- Class NetworkCredential
- Class String
- Class ICredentialsByHost
- Namespace System::Net
- Library Aspose.Slides