X509CRL.GetTBSCertList Method
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.
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
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.