MPCertificates.EncryptionCertificate Property
Gets or sets the encryption certificate.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MPKeyInformationCertificate EncryptionCertificate { get; set; }
public:
property MPKeyInformationCertificate^ EncryptionCertificate {
MPKeyInformationCertificate^ get();
void set(MPKeyInformationCertificate^ value);
}
Public Property EncryptionCertificate As MPKeyInformationCertificate
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.MPKeyInformationCertificate
See Also
MPCertificates Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top