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