1 write to InhibitMappingDepth
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\Asn1\PolicyConstraintsAsn.xml.cs (1)
105decoded.InhibitMappingDepth = tmpInhibitMappingDepth;
3 references to InhibitMappingDepth
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\Asn1\PolicyConstraintsAsn.xml.cs (2)
33if (InhibitMappingDepth.HasValue) 35writer.WriteInteger(InhibitMappingDepth.Value, new Asn1Tag(TagClass.ContextSpecific, 1));
System\Security\Cryptography\X509Certificates\CertificatePolicy.cs (1)
311policy.InhibitMappingDepth = constraints.InhibitMappingDepth;