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