Click or drag to resize

X509CertificatePolicyConstraintsExtensionInhibitPolicyMapping Property

Gets the number of additional certificates that may appear in the path before policy mapping is no longer permitted. For example, a value of one indicates that policy mapping may be processed in certificates issued by the subject of this certificate, but not in additional certificates in the path.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public Nullable<int> InhibitPolicyMapping { get; }

Property Value

Type: NullableInt32
See Also