Bit flags that indicate requests for the context. Not all packages can support all requirements.
public enum SspiContextRequirement
Public Enum SspiContextRequirement
public enum class SspiContextRequirement
Remarks
Only supported on Windows platforms.
Name | Description |
---|
Delegation | The server in the transport application can build new security contexts impersonating the client that will be accepted by other servers as the client's contexts. This is currently supported only by Kerberos |
MutualAuth | The communicating parties must authenticate their identities to each other. |
Confidentiality | The context can protect data while in transit using the EncryptMessage (General) and DecryptMessage (General) functions. The CONFIDENTIALITY flag does not work if the generated context is for the Guest account. |
Connection | Connection semantics must be used. |
Integrity | Buffer integrity can be verified but no sequencing or reply detection is enabled. |
Top