SslCertificate
DName
SslCertificate(X509Certificate)
SslCertificate(IntPtr, JniHandleOwnership)
SslCertificate(String, String, Date, Date)
SslCertificate(String, String, String, String)
IssuedBy
IssuedTo
JniPeerMembers
ThresholdClass
ThresholdType
ValidNotAfter
ValidNotAfterDate
ValidNotBefore
ValidNotBeforeDate
X509Certificate
RestoreState(Bundle)
SaveState(SslCertificate)
monoandroid
namespace Android.Net.Http
{
[Register("android/net/http/SslCertificate", DoNotGenerateAcw = true)]
public class SslCertificate : Object
{
[Obsolete("deprecated")]
[Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/util/Date;Ljava/util/Date;)V", "")]
public SslCertificate(string? issuedTo, string? issuedBy, Date? validNotBefore, Date? validNotAfter);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | deprecated |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API