[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets job client certificate

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetClientCertificate(
	

BitsCertStoreLocation 
storeLocation,
	
string 
storeName,
	
byte[] 
certHashBlob,
	
string 
subjectName
)
Sub 
GetClientCertificate ( _
		<
OutAttribute> 
storeLocation 
As 

BitsCertStoreLocation, _
		<
OutAttribute> 
storeName 
As 
String, _
		<
OutAttribute> 
certHashBlob 
As 
Byte(), _
		<
OutAttribute> 
subjectName 
As 
String _
)
void 
GetClientCertificate(
		[
OutAttribute] 

BitsCertStoreLocation 
storeLocation, 
		[
OutAttribute] 
String^ 
storeName, 
		[
OutAttribute] 
array<
unsigned char>^ 
certHashBlob, 
		[
OutAttribute] 
String^ 
subjectName
)

Parameters

storeLocation
BitsCertStoreLocation
storeName
String
certHashBlob
array< Byte > [] () [] []
subjectName
String

See Also