IPolicyNode.PolicyQualifiers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the policy qualifiers associated with the policy of this node.
public System.Collections.Generic.ICollection<Java.Security.Cert.PolicyQualifierInfo>? PolicyQualifiers { [Android.Runtime.Register("getPolicyQualifiers", "()Ljava/util/Set;", "GetGetPolicyQualifiersHandler:Java.Security.Cert.IPolicyNodeInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("getPolicyQualifiers", "()Ljava/util/Set;", "GetGetPolicyQualifiersHandler:Java.Security.Cert.IPolicyNodeInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.PolicyQualifiers : System.Collections.Generic.ICollection<Java.Security.Cert.PolicyQualifierInfo>
Property Value
an immutable Set of PolicyQualifierInfos. For the root node, this is always an empty Set.
- Attributes
Remarks
Returns the set of policy qualifiers associated with the valid policy represented by this node.
Java reference for java.security.cert.PolicyNode.getPolicyQualifiers.
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.