Gets or sets the certificate used to sign the message and serve as the message's identity.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.NotRecommended)]
public MessageCertificateX509 SigningCertificate { get; private set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::NotRecommended)]
property MessageCertificateX509^ SigningCertificate {
MessageCertificateX509^ get();
private: void set(MessageCertificateX509^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.NotRecommended)>
Public Property SigningCertificate As MessageCertificateX509
Get
Private Set
End Property
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessageCertificateX509
See Also
ConfigMgrRegistrationRequestBase Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top