X509Certificate.SerialNumber 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 serialNumber of the certificate.
public abstract Java.Math.BigInteger? SerialNumber { [Android.Runtime.Register("getSerialNumber", "()Ljava/math/BigInteger;", "GetGetSerialNumberHandler")] get; }
[<get: Android.Runtime.Register("getSerialNumber", "()Ljava/math/BigInteger;", "GetGetSerialNumberHandler")>]
member this.SerialNumber : Java.Math.BigInteger
Property Value
the serial number.
- Attributes
Remarks
Gets the serialNumber value from the certificate. The serial number is an integer assigned by the certification authority to each certificate. It must be unique for each certificate issued by a given CA (i.e., the issuer name and serial number identify a unique certificate).
serialNumber CertificateSerialNumber
CertificateSerialNumber ::= INTEGER
Java reference for java.security.cert.X509Certificate.getSerialNumber.
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.