다음을 통해 공유


IBackgroundCopyJobHttpOptions::RemoveClientCertificate 메서드(bits2_5.h)

작업에서 클라이언트 인증서를 제거합니다.

구문

HRESULT RemoveClientCertificate();

반환 값

다음 표에서는 가능한 반환 값 중 일부를 나열합니다.

반환 코드 설명
S_OK
인증서를 제거했습니다.
S_FALSE
작업에서 인증서를 지정하지 않습니다.
BG_E_INVALID_STATE
작업의 상태는 BG_JOB_STATE_CANCELLED 또는 BG_JOB_STATE_ACKNOWLEDGED 수 없습니다.

설명

IBackgroundCopyJobHttpOptions::SetClientCertificateByID 또는 IBackgroundCopyJobHttpOptions::SetClientCertificateByName 메서드를 사용하여 인증서를 지정합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows Vista
지원되는 최소 서버 Windows Server 2008
대상 플랫폼 Windows
헤더 bits2_5.h(Bits.h 포함)
라이브러리 Bits.lib

추가 정보

IBackgroundCopyJobHttpOptions

IBackgroundCopyJobHttpOptions::GetClientCertificate

IBackgroundCopyJobHttpOptions::SetClientCertificateByID

IBackgroundCopyJobHttpOptions::SetClientCertificateByName