Represents an SSPI error.

Namespace:  Rebex.Security.Authentication
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Class SspiException _
	Inherits ExternalException
C#
public class SspiException : ExternalException

Remarks

Only supported on Windows platforms.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System.Runtime.InteropServices..::..ExternalException
        Rebex.Security.Authentication..::..SspiException

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also