Java.Security.Cert.TrustAnchor Class
This class represents a trust anchor for validation of X.509 certification path.

See Also: TrustAnchor Members

Syntax

[Android.Runtime.Register("java/security/cert/TrustAnchor", DoNotGenerateAcw=true)]
public class TrustAnchor : Java.Lang.Object

Remarks

This class represents a trust anchor for validation of X.509 certification path.

It is a trusted certificate authority (CA) and includes the public key of the CA, the CA's name and the constraints for the validation of certification paths. The constructor also allows to specify a binary representation of a so called "Name Constraints" extension as a byte array.

[Android Documentation]

Requirements

Namespace: Java.Security.Cert
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1