MailBee.NET Objects 4.0

MailBeeCertificateParsingException Class

The exception which is thrown when it's not possible to parse the certificate data.

For a list of all members of this type, see MailBeeCertificateParsingException Members.

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeLocalException
               MailBee.Security.MailBeeCertificateException
                  MailBee.Security.MailBeeCertificateParsingException

public class MailBeeCertificateParsingException : MailBeeCertificateException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This exception is typically thrown on attempt to create Certificate object from invalid data. For instance, this may occur on attempt to open a certificate as Pfx while it's actually P7b.

Requirements

Namespace: MailBee.Security

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBeeCertificateParsingException Members | MailBee.Security Namespace | Certificate