ReactOS 0.4.15-dev-8636-g945e856
|
Public Member Functions | |
HRESULT | SetClientCertificateByID ([in] BG_CERT_STORE_LOCATION StoreLocation, [in] LPCWSTR StoreName, [in, size_is(20), ref] BYTE *pCertHashBlob) |
HRESULT | SetClientCertificateByName ([in] BG_CERT_STORE_LOCATION StoreLocation, [in] LPCWSTR StoreName, [in] LPCWSTR SubjectName) |
HRESULT | RemoveClientCertificate () |
HRESULT | GetClientCertificate ([out, ref] BG_CERT_STORE_LOCATION *pStoreLocation, [out, ref] LPWSTR *pStoreName, [out, size_is(, 20), ref] BYTE **ppCertHashBlob, [out, ref] LPWSTR *pSubjectName) |
HRESULT | SetCustomHeaders ([in, unique] LPCWSTR RequestHeaders) |
HRESULT | GetCustomHeaders ([out] LPWSTR *pRequestHeaders) |
HRESULT | SetSecurityFlags ([in] ULONG Flags) |
HRESULT | GetSecurityFlags ([out, ref] ULONG *pFlags) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 32 of file bits2_5.idl.
Definition at line 34 of file bits2_5.idl.
HRESULT IBackgroundCopyJobHttpOptions::GetClientCertificate | ( | [out, ref] BG_CERT_STORE_LOCATION * | pStoreLocation, |
[out, ref] LPWSTR * | pStoreName, | ||
[out, size_is(, 20), ref] BYTE ** | ppCertHashBlob, | ||
[out, ref] LPWSTR * | pSubjectName | ||
) |
HRESULT IBackgroundCopyJobHttpOptions::RemoveClientCertificate | ( | ) |
HRESULT IBackgroundCopyJobHttpOptions::SetClientCertificateByID | ( | [in] BG_CERT_STORE_LOCATION | StoreLocation, |
[in] LPCWSTR | StoreName, | ||
[in, size_is(20), ref] BYTE * | pCertHashBlob | ||
) |
HRESULT IBackgroundCopyJobHttpOptions::SetClientCertificateByName | ( | [in] BG_CERT_STORE_LOCATION | StoreLocation, |
[in] LPCWSTR | StoreName, | ||
[in] LPCWSTR | SubjectName | ||
) |