Edit

Share via


TlsFailureException.RemoteCertificate Property

Definition

Gets the remote certificate associated with this exception, if available.

public:
 property System::Security::Cryptography::X509Certificates::X509Certificate ^ RemoteCertificate { System::Security::Cryptography::X509Certificates::X509Certificate ^ get(); };
public System.Security.Cryptography.X509Certificates.X509Certificate RemoteCertificate { get; }
member this.RemoteCertificate : System.Security.Cryptography.X509Certificates.X509Certificate
Public ReadOnly Property RemoteCertificate As X509Certificate

Property Value

Remarks

This property may return null value if remote certificate information is not available.

Applies to