X509CertificatePolicyConstraintsExtensionRequireExplicitPolicy 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:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public Nullable<int> RequireExplicitPolicy { get; }
Public ReadOnly Property RequireExplicitPolicy As Nullable(Of Integer)
Get
public:
property Nullable<int> RequireExplicitPolicy {
Nullable<int> get ();
}
member RequireExplicitPolicy : Nullable<int> with get
Property Value
Type:
NullableInt32See Also