[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 
SetEncryptionCertificatesStore(
	

MPAPI_CERT_STORE_LOCATION 
StoreLocation,
	
string 
szStoreName
)
Sub 
SetEncryptionCertificatesStore ( _
	
StoreLocation 
As 

MPAPI_CERT_STORE_LOCATION, _
	
szStoreName 
As 
String _
)
void 
SetEncryptionCertificatesStore(
		[
InAttribute] 

MPAPI_CERT_STORE_LOCATION 
StoreLocation, 
		[
InAttribute] 
String^ 
szStoreName
)

Parameters

StoreLocation
MPAPI_CERT_STORE_LOCATION
szStoreName
String

See Also