[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. This method requires one of the following to be set: SmsId (checked first), SigningSmsId (checked second), RequestedSmsId (checked last)

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

Syntax

                 
  C#     Visual Basic     Visual C++  
protected 
void 
CreateRegistrationHint()
Protected 
Sub 
CreateRegistrationHint
protected:
void 
CreateRegistrationHint()

See Also