DeleteSecurityPackage function
Deletes a security support provider from the list of providers supported by Microsoft Negotiate.
Syntax
SECURITY_STATUS DeleteSecurityPackage( _In_ LPTSTR pszPackageName );
Parameters
- pszPackageName [in]
-
The name of the security provider to delete.
Return value
If the function succeeds, it returns SEC_E_OK.
If the function fails, it returns a nonzero error code.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names |
DeleteSecurityPackageW (Unicode) and DeleteSecurityPackageA (ANSI) |
See also
Show: