X509ApplicationPolicyConstraintsExtensionRequireExplicitPolicy Property
            Gets the number of additional certificates that may appear in the path before an explicit policy
            is required for the entire path. When an explicit policy is required, it is necessary for all
            certificates in the path to contain an acceptable policy identifier in the certificate policies
            extension.  An acceptable policy identifier is the identifier of a policy required by the user
            of the certification path or the identifier of a policy that has been declared equivalent through
            policy mapping.
            
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
public int? RequireExplicitPolicy { get; }
Public ReadOnly Property RequireExplicitPolicy As Integer?
	Get
public:
property Nullable<int> RequireExplicitPolicy {
	Nullable<int> get ();
}
member RequireExplicitPolicy : Nullable<int> with get
Property Value
NullableInt32