TrustAnchor.GetNameConstraints Method

Definition

Returns the name constraints parameter.

[Android.Runtime.Register("getNameConstraints", "()[B", "")]
public byte[]? GetNameConstraints ();
[<Android.Runtime.Register("getNameConstraints", "()[B", "")>]
member this.GetNameConstraints : unit -> byte[]

Returns

Byte[]

a byte array containing the ASN.1 DER encoding of a NameConstraints extension used for checking name constraints, or null if not set.

Attributes

Remarks

Java documentation for java.security.cert.TrustAnchor.getNameConstraints().

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