ConfigMgrRegistrationRequestBase.EncryptionCertificate Property
Gets the encryption certificate to include in the registration request.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.NotRecommended)]
public MessageCertificateX509 EncryptionCertificate { get; private set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::NotRecommended)]
property MessageCertificateX509^ EncryptionCertificate {
MessageCertificateX509^ get();
private: void set(MessageCertificateX509^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.NotRecommended)>
Public Property EncryptionCertificate 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