Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
669 B

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1997.
//
// File: defcreds.h
//
// Contents: Declarations for schannel default credentials routines.
//
// Classes:
//
// Functions:
//
// History: 12-06-97 jbanes Created.
//
//----------------------------------------------------------------------------
NTSTATUS
AcquireDefaultClientCredential(
PSPContext pContext,
BOOL fCredManagerOnly);
NTSTATUS
QueryCredentialManagerForCert(
PSPContext pContext,
LPWSTR pszTarget);