Share via


X509CRL.GetTBSCertList Method

Definition

Gets the DER-encoded CRL information, the tbsCertList from this CRL.

[Android.Runtime.Register("getTBSCertList", "()[B", "GetGetTBSCertListHandler")]
public abstract byte[]? GetTBSCertList ();
[<Android.Runtime.Register("getTBSCertList", "()[B", "GetGetTBSCertListHandler")>]
abstract member GetTBSCertList : unit -> byte[]

Returns

Byte[]

the DER-encoded CRL information.

Attributes

Exceptions

if encoding fails.

Remarks

Gets the DER-encoded CRL information, the tbsCertList from this CRL. This can be used to verify the signature independently.

Java documentation for java.security.cert.X509CRL.getTBSCertList().

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