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

Sets client certificate by hash

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
SetClientCertificateByID(
	

BitsCertStoreLocation 
storeLocation,
	
string 
storeName,
	
ref 
byte 
certHashBlob
)
Sub 
SetClientCertificateByID ( _
	
storeLocation 
As 

BitsCertStoreLocation, _
	
storeName 
As 
String, _
	
ByRef 
certHashBlob 
As 
Byte _
)
void 
SetClientCertificateByID(
		[
InAttribute] 

BitsCertStoreLocation 
storeLocation, 
		[
InAttribute] 
String^ 
storeName, 
		[
InAttribute] 
unsigned char% 
certHashBlob
)

Parameters

storeLocation
BitsCertStoreLocation
storeName
String
certHashBlob
Byte %

See Also