The properties of Java.Security.Cert.IPolicyNode are listed below. For a list of all members, see the IPolicyNode Members list.
[read-only] | Children | Java.Util.IIterator. Returns the list of children of this node as an Iterator. |
[read-only] | Depth | int. Returns the depth of this node in the policy tree. |
[read-only] | ExpectedPolicies | ICollection<string>. Returns the expected policies for the next certificate to be valid. |
[read-only] | IsCritical | bool. Returns whether the certificate policy extension of the most recently processed certificate is marked as critical. |
[read-only] | Parent | IPolicyNode. Returns the parent policy node. |
[read-only] | PolicyQualifiers | ICollection<PolicyQualifierInfo>. Returns the policy qualifiers associated with the policy of this node. |
[read-only] | ValidPolicy | string. Returns the valid policy of this node. |