طريقة System::Net::CredentialCache::Remove

CredentialCache::Remove(String, int32_t, String) method

يزيل الاعتمادات الشبكية لاسم المضيف المحدد، المنفذ، ونوع المصادقة.

void System::Net::CredentialCache::Remove(String host, int32_t port, String authenticationType)
معاملنوعالوصف
hostStringاسم المضيف المرتبط ببيانات الاعتماد.
منفذint32_tرقم المنفذ.
authenticationTypeStringنوع مصادقة.

انظر أيضًا

CredentialCache::Remove(System::SharedPtr<Uri>, String) method

يزيل الاعتمادات الشبكية للبادئة URI المحددة ونوع المصادقة.

void System::Net::CredentialCache::Remove(System::SharedPtr<Uri> uriPrefix, String authenticationType)
معاملنوعالوصف
uriPrefixSystem::SharedPtr<Uri>بادئة URI.
authenticationTypeStringنوع المصادقة.

انظر أيضًا