SSPI requirements flag.

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

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration SspiRequirements
C#
[FlagsAttribute]
public enum SspiRequirements

Members

Member nameDescription
Supported by the .NET Compact FrameworkDelegation
The server can use the context to authenticate to other servers as the client. Must be used with MutualAuthentication flag.
Supported by the .NET Compact FrameworkMutualAuthentication
Mutual authentication.
Supported by the .NET Compact FrameworkConfidentiality
Confidentiality.
Supported by the .NET Compact FrameworkConnection
Connection.
Supported by the .NET Compact FrameworkIntegrity
Integrity.

Remarks

Only supported on Windows platforms.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also