System::Net::ICredentials::GetCredential method
ICredentials::GetCredential method
RTTI information.
virtual System::SharedPtr<NetworkCredential> System::Net::ICredentials::GetCredential(System::SharedPtr<Uri> uri, String authType)=0
Parameter | Type | Description |
---|---|---|
uri | System::SharedPtr<Uri> | The URI for which the authentication type is provided by a client. |
authType | String | The authentication type. |
Remarks
Returns credentials for the specified URI and authentication type.
See Also
- Typedef SharedPtr
- Class NetworkCredential
- Class Uri
- Class String
- Class ICredentials
- Namespace System::Net
- Library Aspose.PUB for C++