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