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

Sets client certificate by certificate subject name

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
SetClientCertificateByName(
	

BitsCertStoreLocation 
storeLocation,
	
string 
storeName,
	
string 
subjectName
)
Sub 
SetClientCertificateByName ( _
	
storeLocation 
As 

BitsCertStoreLocation, _
	
storeName 
As 
String, _
	
subjectName 
As 
String _
)
void 
SetClientCertificateByName(
		[
InAttribute] 

BitsCertStoreLocation 
storeLocation, 
		[
InAttribute] 
String^ 
storeName, 
		[
InAttribute] 
String^ 
subjectName
)

Parameters

storeLocation
BitsCertStoreLocation
storeName
String
subjectName
String

See Also