Click or drag to resize

BackgroundCopyJobHttpOptionsSetClientCertificateById Method

Specifies the identifier of the client certificate to use for client authentication in an HTTPS (SSL) request.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public void SetClientCertificateById(
	BackgroundCopyCertificateStoreLocation storeLocation,
	string storeName,
	byte[] thumbprint
)

Parameters

storeLocation
Type: usis.Net.BitsBackgroundCopyCertificateStoreLocation
Identifies the location of a system store to use for looking up the certificate.
storeName
Type: SystemString
The name of the certificate store.
thumbprint
Type: SystemByte
SHA1 hash that identifies the certificate. Use a 20 byte buffer for the hash.
Exceptions
ExceptionCondition
ArgumentNullExceptionthumbprint is a null reference.
See Also