Interface IPolicyNode
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/cert/PolicyNode.html
public interface IPolicyNode
Properties
Children
Iterator Children { get; }
Property Value
Depth
int Depth { get; }
Property Value
ExpectedPolicies
Set<String> ExpectedPolicies { get; }
Property Value
Parent
PolicyNode Parent { get; }
Property Value
PolicyQualifiers
Set PolicyQualifiers { get; }
Property Value
ValidPolicy
String ValidPolicy { get; }
Property Value
Methods
IsCritical()
bool IsCritical()