Expand Minimize
This topic has not yet been rated - Rate this topic

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

Sspi.h

Library

Secur32.lib

DLL

Secur32.dll

Unicode and ANSI names

DeleteSecurityPackageW (Unicode) and DeleteSecurityPackageA (ANSI)

See also

AddSecurityPackage

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.