Skip to content

Commit d37ad07

Browse files
committed
Merged PR 18784: Add two missing files from stubs to SSPI API
Add two missing files from stubs to SSPI API. One of the vendors submitted a PR to remove links pointing to these missing files from the win32-pr repo (PR [1357](MicrosoftDocs/win32-pr#1357)). SSPI has a bunch of other missing files that have stubs too. I'm going to talk to John about these before creating another PR to add them.
2 parents bf4c028 + 868d8f6 commit d37ad07

File tree

2 files changed

+126
-0
lines changed

2 files changed

+126
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
UID: NS:sspi._SecPkgContext_CredentialNameA
3+
tech.root: security
4+
title: SecPkgContext_CredentialNameA
5+
ms.date: 06/20/2022
6+
targetos: Windows
7+
description: Contains the credential name and type.
8+
prerelease: false
9+
req.construct-type: structure
10+
req.ddi-compliance:
11+
req.dll:
12+
req.header: sspi.h
13+
req.include-header:
14+
req.kmdf-ver:
15+
req.lib:
16+
req.max-support:
17+
req.redist:
18+
req.target-min-winverclnt:
19+
req.target-min-winversvr:
20+
req.target-type:
21+
req.typenames: SecPkgContext_CredentialNameA, *PSecPkgContext_CredentialNameA
22+
req.umdf-ver:
23+
req.unicode-ansi:
24+
topic_type:
25+
- apiref
26+
api_type:
27+
- HeaderDef
28+
api_location:
29+
- sspi.h
30+
api_name:
31+
- _SecPkgContext_CredentialNameA
32+
- PSecPkgContext_CredentialNameA
33+
- SecPkgContext_CredentialNameA
34+
f1_keywords:
35+
- _SecPkgContext_CredentialNameA
36+
- sspi/_SecPkgContext_CredentialNameA
37+
- PSecPkgContext_CredentialNameA
38+
- sspi/PSecPkgContext_CredentialNameA
39+
- SecPkgContext_CredentialNameA
40+
- sspi/SecPkgContext_CredentialNameA
41+
dev_langs:
42+
- c++
43+
helpviewer_keywords:
44+
- _SecPkgContext_CredentialNameA
45+
---
46+
47+
## -description
48+
49+
Contains the credential name and type.
50+
51+
## -struct-fields
52+
53+
### -field CredentialType
54+
55+
Indicates the type of credential name.
56+
57+
### -field sCredentialName
58+
59+
Contains the credential name.
60+
61+
## -remarks
62+
63+
## -see-also
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
UID: NS:sspi._SecPkgContext_NativeNamesA
3+
tech.root: security
4+
title: SecPkgContext_NativeNamesA
5+
ms.date: 06/20/2022
6+
targetos: Windows
7+
description: Contains the client and server principal names.
8+
prerelease: false
9+
req.construct-type: structure
10+
req.ddi-compliance:
11+
req.dll:
12+
req.header: sspi.h
13+
req.include-header:
14+
req.kmdf-ver:
15+
req.lib:
16+
req.max-support:
17+
req.redist:
18+
req.target-min-winverclnt:
19+
req.target-min-winversvr:
20+
req.target-type:
21+
req.typenames: SecPkgContext_NativeNamesA, *PSecPkgContext_NativeNamesA
22+
req.umdf-ver:
23+
req.unicode-ansi:
24+
topic_type:
25+
- apiref
26+
api_type:
27+
- HeaderDef
28+
api_location:
29+
- sspi.h
30+
api_name:
31+
- _SecPkgContext_NativeNamesA
32+
- PSecPkgContext_NativeNamesA
33+
- SecPkgContext_NativeNamesA
34+
f1_keywords:
35+
- _SecPkgContext_NativeNamesA
36+
- sspi/_SecPkgContext_NativeNamesA
37+
- PSecPkgContext_NativeNamesA
38+
- sspi/PSecPkgContext_NativeNamesA
39+
- SecPkgContext_NativeNamesA
40+
- sspi/SecPkgContext_NativeNamesA
41+
dev_langs:
42+
- c++
43+
helpviewer_keywords:
44+
- _SecPkgContext_NativeNamesA
45+
---
46+
47+
## -description
48+
49+
Contains the client and server principal names.
50+
51+
## -struct-fields
52+
53+
### -field sClientName
54+
55+
The client principal name (CNAME).
56+
57+
### -field sServerName
58+
59+
The server principal name (CNAME).
60+
61+
## -remarks
62+
63+
## -see-also

0 commit comments

Comments
 (0)