MailBee.NET Objects 4.0

MailBeeCryptoProviderWin32Exception Class

The exception which is thrown when the underlying CSP-related WinAPI function returns an error.

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

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeLocalException
               MailBee.Security.MailBeeCryptoProviderException
                  MailBee.Security.MailBeeCryptoProviderWin32Exception

public class MailBeeCryptoProviderWin32Exception : MailBeeCryptoProviderException, IMailBeeWin32Exception

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 when the name of the Cryptographic Service Provider (CSP) is specified incorrectly during creating an instance of CryptoServiceProvider class.

The developer can obtain Win32 code of the occurred error from NativeErrorCode property.

Requirements

Namespace: MailBee.Security

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

See Also

MailBeeCryptoProviderWin32Exception Members | MailBee.Security Namespace | CryptoServiceProvider