SaslIdentifyPackage function
The SaslIdentifyPackage function returns the negotiate prefix that matches the specified SASL negotiation buffer.
Syntax
SECURITY_STATUS SEC_ENTRY SaslIdentifyPackage( _In_ PSecBufferDesc pInput, _Out_ PSecPkgInfo *PackageInfo );
Parameters
- pInput [in]
-
Pointer to a SecBufferDesc structure that specifies the SASL negotiation buffer for which to find the negotiate prefix.
- PackageInfo [out]
-
Pointer to a pointer to a SecPkgInfo structure that returns the negotiate prefix for the negotiation buffer specified by the pInput parameter.
Return value
If the call is completed successfully, this function returns SEC_E_OK.
If the function fails, the return value is a nonzero error code.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names |
SaslIdentifyPackageW (Unicode) and SaslIdentifyPackageA (ANSI) |