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 name | Description | |
---|---|---|
![]() | Delegation | The server can use the context to authenticate to other servers as the client. Must be used with MutualAuthentication flag. |
![]() | MutualAuthentication | Mutual authentication. |
![]() | Confidentiality | Confidentiality. |
![]() | Connection | Connection. |
![]() | Integrity | Integrity. |
Remarks
Only supported on Windows platforms.