Table of Contents

Interface IPolicyNode

Namespace
Java.Security.Cert
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IPolicyNode

Properties

Children

Iterator Children { get; }

Property Value

Iterator

Depth

int Depth { get; }

Property Value

int

ExpectedPolicies

Set<String> ExpectedPolicies { get; }

Property Value

Set<String>

Parent

PolicyNode Parent { get; }

Property Value

PolicyNode

PolicyQualifiers

Set PolicyQualifiers { get; }

Property Value

Set

ValidPolicy

String ValidPolicy { get; }

Property Value

String

Methods

IsCritical()

bool IsCritical()

Returns

bool

bool