VarFile.SigningCertificate Property
Gets or sets the certificate to use for signing. This property is ignored unless IsSigned is true.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MessageCertificateX509 SigningCertificate { get; set; }
public:
property MessageCertificateX509^ SigningCertificate {
MessageCertificateX509^ get();
void set(MessageCertificateX509^ value);
}
Public Property SigningCertificate As MessageCertificateX509
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessageCertificateX509
See Also
VarFile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top