SslCertificate.IssuedBy Property

Definition

public virtual Android.Net.Http.SslCertificate.DName? IssuedBy { [Android.Runtime.Register("getIssuedBy", "()Landroid/net/http/SslCertificate$DName;", "GetGetIssuedByHandler")] get; }
[<get: Android.Runtime.Register("getIssuedBy", "()Landroid/net/http/SslCertificate$DName;", "GetGetIssuedByHandler")>]
member this.IssuedBy : Android.Net.Http.SslCertificate.DName

Property Value

Issued-by distinguished name or null if none has been set

Attributes

Remarks

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

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