4 references to CERT_BASIC_CONSTRAINTS_INFO
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\LegacyBasicConstraintsDecoder.Windows.cs (4)
26
Debug.Assert(cbDecoded >= sizeof(
CERT_BASIC_CONSTRAINTS_INFO
));
27
CERT_BASIC_CONSTRAINTS_INFO
* pBasicConstraints = (
CERT_BASIC_CONSTRAINTS_INFO
*)pvDecoded;
28
return ((Marshal.ReadByte(pBasicConstraints->SubjectType.pbData) &
CERT_BASIC_CONSTRAINTS_INFO
.CERT_CA_SUBJECT_FLAG) != 0,