SslEmptyCache function
Removes the specified string from the Schannel cache.
This function has no associated import library. You must use the LoadLibrary and GetProcAddress functions to dynamically link to Schannel.dll.
Syntax
BOOL SslEmptyCache( _In_ LPSTR pszTargetName, _In_ DWORD dwFlags );
Parameters
- pszTargetName [in]
-
A pointer to a null-terminated string that specifies the entry to remove from the cache. If the value of this parameter is NULL, all entries are removed from the cache.
- dwFlags [in]
-
This parameter is not used.
Return value
Returns nonzero if the specified entries are removed from the Schannel cache or zero otherwise.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
DLL |
|
|
Unicode and ANSI names |
SslEmptyCacheW (Unicode) and SslEmptyCacheA (ANSI) |