windows-nt/Source/XPSP1/NT/ds/security/protocols/schannel/inc/defcreds.h

28 lines
642 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// 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);