Taal

IPolicyNode.ExpectedPolicies Property

Definition

Returns the expected policies for the next certificate to be valid.

public System.Collections.Generic.ICollection<string>? ExpectedPolicies { [Android.Runtime.Register("getExpectedPolicies", "()Ljava/util/Set;", "GetGetExpectedPoliciesHandler:Java.Security.Cert.IPolicyNodeInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("getExpectedPolicies", "()Ljava/util/Set;", "GetGetExpectedPoliciesHandler:Java.Security.Cert.IPolicyNodeInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.ExpectedPolicies : System.Collections.Generic.ICollection<string>

Property Value

an immutable Set of expected policy String OIDs. For the root node, this method always returns a Set with one element, the special anyPolicy OID: "2.5.29.32.0".

Attributes

Remarks

Returns the set of expected policies that would satisfy this node's valid policy in the next certificate to be processed.

Java reference for java.security.cert.PolicyNode.getExpectedPolicies.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to