System::Net::CredentialCache::Remove method
Contents
[
Hide
]CredentialCache::Remove(System::SharedPtr<Uri>, String) method
Removes network credentials for the specified URI prefix and authentication type.
void System::Net::CredentialCache::Remove(System::SharedPtr<Uri> uriPrefix, String authenticationType)
Parameter | Type | Description |
---|---|---|
uriPrefix | System::SharedPtr<Uri> | The URI prefix. |
authenticationType | String | The authentication type. |
See Also
- Typedef SharedPtr
- Class Uri
- Class String
- Class CredentialCache
- Namespace System::Net
- Library Aspose.PUB for C++
CredentialCache::Remove(String, int32_t, String) method
Removes network credentials for the specified host name, port, and authentication type.
void System::Net::CredentialCache::Remove(String host, int32_t port, String authenticationType)
Parameter | Type | Description |
---|---|---|
host | String | The host name with which the credentials are associated. |
port | int32_t | The port number. |
authenticationType | String | An authentication type. |
See Also
- Class String
- Class CredentialCache
- Namespace System::Net
- Library Aspose.PUB for C++