CertificateInfo.IsCA Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 8.0.9673)
IsCA
Gets or sets a value indicating whether to mark the certificate as Certification Authority using the Basic Constraints extension.
Declaration
public bool? IsCA { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<Boolean> |
Remarks
The Certification Authority must have KeyCertSign set.
If IsCA is null, the certificate is marked as CA only if KeyCertSign is set.
If IsCA is true, the certificate is marked as CA and KeyCertSign must be set.
If IsCA is false, the certificate is not marked as CA even if KeyCertSign is set.