Click or drag to resize

BackgroundCopyJobHttpOptionsSetClientCertificateByName Method

Specifies the subject name 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 SetClientCertificateByName(
	BackgroundCopyCertificateStoreLocation storeLocation,
	string storeName,
	string subjectName
)

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.
subjectName
Type: SystemString
The simple subject name of the certificate.
See Also