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

Namespace:  SmsMsgApiNet
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
SetClientCertificate(
	

MPAPI_CERT_STORE_LOCATION 
StoreLocation,
	
string 
szStoreName,
	
byte* 
pCertHashBlob
)
Sub 
SetClientCertificate ( _
	
StoreLocation 
As 

MPAPI_CERT_STORE_LOCATION, _
	
szStoreName 
As 
String, _
	
pCertHashBlob 
As 
Byte* _
)
void 
SetClientCertificate(
		[
InAttribute] 

MPAPI_CERT_STORE_LOCATION 
StoreLocation, 
		[
InAttribute] 
String^ 
szStoreName, 
		[
InAttribute] 
unsigned char* 
pCertHashBlob
)

Parameters

StoreLocation
MPAPI_CERT_STORE_LOCATION
szStoreName
String
pCertHashBlob
Byte*

See Also