System::Net::CredentialCache::Remove 方法
CredentialCache::Remove(String, int32_t, String) method
移除指定主机名、端口和身份验证类型的网络凭据。
void System::Net::CredentialCache::Remove(String host, int32_t port, String authenticationType)
| 参数 | 类型 | 描述 |
|---|---|---|
| host | String | 与凭据关联的主机名。 |
| port | int32_t | 端口号。 |
| authenticationType | String | 身份验证类型。 |
另见
- Class String
- Class CredentialCache
- Namespace System::Net
- Library Aspose.Font for C++
CredentialCache::Remove(System::SharedPtr<Uri>, String) method
移除指定 URI 前缀和身份验证类型的网络凭据。
void System::Net::CredentialCache::Remove(System::SharedPtr<Uri> uriPrefix, String authenticationType)
| 参数 | 类型 | 描述 |
|---|---|---|
| uriPrefix | System::SharedPtr<Uri> | URI 前缀。 |
| authenticationType | String | 身份验证类型。 |
另见
- Typedef SharedPtr
- Class Uri
- Class String
- Class CredentialCache
- Namespace System::Net
- Library Aspose.Font for C++