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