SslCertificate.ValidNotBefore Property

Definition

Caution

deprecated

This member is deprecated.

[System.Obsolete("deprecated")]
public virtual string? ValidNotBefore { [Android.Runtime.Register("getValidNotBefore", "()Ljava/lang/String;", "GetGetValidNotBeforeHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getValidNotBefore", "()Ljava/lang/String;", "GetGetValidNotBeforeHandler")>]
member this.ValidNotBefore : string

Property Value

Not-before date from the certificate validity period in ISO 8601 format or "" if none has been set

Attributes

Remarks

This member is deprecated. Use #getValidNotBeforeDate()

Java documentation for android.net.http.SslCertificate.getValidNotBefore().

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