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인증 유형.

또 보기