System::Net::CredentialCache::Add 메서드

CredentialCache::Add(String, int32_t, String, System::SharedPtr<NetworkCredential>) method

지정된 네트워크 자격 증명을 캐시에 추가합니다.

void System::Net::CredentialCache::Add(String host, int32_t port, String authenticationType, System::SharedPtr<NetworkCredential> credential)
매개변수형식설명
hostString자격 증명이 연결된 호스트 이름입니다.
포트int32_t포트 번호입니다.
authenticationTypeString인증 스키마입니다.
credentialSystem::SharedPtr<NetworkCredential>추가할 자격 증명입니다.

또 보기

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

지정된 네트워크 자격 증명을 캐시에 추가합니다.

void System::Net::CredentialCache::Add(System::SharedPtr<Uri> uriPrefix, String authenticationType, System::SharedPtr<NetworkCredential> credential)
매개변수형식설명
uriPrefixSystem::SharedPtr<Uri>자격 증명이 연결된 리소스의 URI 접두사입니다.
authenticationTypeString인증 스키마입니다.
credentialSystem::SharedPtr<NetworkCredential>추가할 자격 증명입니다.

또 보기