SspiRequirements Enum
Namespace: Rebex.Security.Authentication
Assembly: Rebex.Common.dll (version 7.0.9083)
SSPI requirements flag.
Syntax
[Flags]
public enum SspiRequirements
Remarks
Only supported on Windows platforms.
Fields
Name | Description |
---|---|
Confidentiality | Confidentiality. |
Connection | Connection. |
Delegation | The server can use the context to authenticate to other servers as the client. Must be used with MutualAuthentication flag. |
Integrity | Integrity. |
MutualAuthentication | Mutual authentication. |