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

Sets the custom header details for the policy body download request

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

Syntax

                 
  C#     Visual Basic     Visual C++  
protected 
virtual 
void 
SetCustomHeader(
	

MessageSettings 
settings,
	
SmsClientId 
clientId,
	

MessageCertificateX509 
certificate
)
Protected 
Overridable 
Sub 
SetCustomHeader ( _
	
settings 
As 

MessageSettings, _
	
clientId 
As 
SmsClientId,
_
	
certificate 
As 

MessageCertificateX509 _
)
protected:
virtual 
void 
SetCustomHeader(
	

MessageSettings^ 
settings, 
	
SmsClientId^

clientId, 
	

MessageCertificateX509^ 
certificate
)

Parameters

settings
MessageSettings
clientId
SmsClientId
certificate
MessageCertificateX509

See Also