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

Creates a registration hint using the signing certificate assigned to the registration request and assigns the public property (RegistrationHint) with the generated hint

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

Syntax

                 
  C#     Visual Basic     Visual C++  
protected 
abstract 
void 
CreateRegistrationHint(
	
SmsClientId 
smsId
)
Protected 
MustOverride 
Sub 
CreateRegistrationHint ( _
	
smsId 
As 
SmsClientId
_
)
protected:
virtual 
void 
CreateRegistrationHint(
	
SmsClientId^

smsId
) 
abstract

Parameters

smsId
SmsClientId
The SMSID of the client

See Also