SaslSetContextOption function
The SaslSetContextOption function sets the value of the specified property for the specified SASL context.
Syntax
SECURITY_STATUS SEC_ENTRY SaslSetContextOption( _In_ PCtxtHandle ContextHandle, _In_ ULONG Option, _In_ PVOID Value, _In_ ULONG Size );
Parameters
- ContextHandle [in]
-
Handle of the SASL context.
- Option [in]
-
Property to set for the SASL context. The following table lists the possible values.
- Value [in]
-
A pointer to a buffer that contains the value to set to the requested property. For the data type of the buffer for each value of the Option parameter, see the Option parameter.
- Size [in]
-
The size, in bytes, of the buffer specified by the Value parameter.
Return value
If the call is completed successfully, this function returns SEC_E_OK. The following table shows some possible error return values.
| Return code | Description |
|---|---|
|
The buffer specified by the Value parameter is not large enough to contain the data value of the property specified by the Option parameter. |
|
The SASL context handle specified by the ContextHandle parameter was not found in the SASL list. |
|
The option specified in the Option parameter is not valid. |
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|