CertificateExtension.IsCritical Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a boolean indicating if the certificate extension is critical.
public:
property bool IsCritical { bool get(); void set(bool value); };
bool IsCritical();
void IsCritical(bool value);
public bool IsCritical { get; set; }
var boolean = certificateExtension.isCritical;
certificateExtension.isCritical = boolean;
Public Property IsCritical As Boolean
Property Value
Boolean
bool
A boolean indicating if the certificate extension is critical.