mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 10:53:43 +00:00
Merge pull request #342 from Justinha/patch-2
fixed formatting of *Session
This commit is contained in:
@ -22,8 +22,8 @@ Credential Manager is a place where credentials in the OS are can be stored for
|
|||||||
For VPN, the VPN stack saves its credential as the session default.
|
For VPN, the VPN stack saves its credential as the session default.
|
||||||
For WiFi, EAP does it.
|
For WiFi, EAP does it.
|
||||||
|
|
||||||
The credentials are put in Credential Manager as a "`*Session`" credential.
|
The credentials are put in Credential Manager as a "\*Session" credential.
|
||||||
A "`*Session`" credential implies that it is valid for the current user session.
|
A "\*Session" credential implies that it is valid for the current user session.
|
||||||
The credentials are also cleaned up when the WiFi or VPN connection is disconnected.
|
The credentials are also cleaned up when the WiFi or VPN connection is disconnected.
|
||||||
|
|
||||||
When the user tries to access a domain resource, using Edge for example, Edge has the right Enterprise Authentication capability so [WinInet](https://msdn.microsoft.com/library/windows/desktop/aa385483.aspx) can release the credentials that it gets from the Credential Manager to the SSP that is requesting it.
|
When the user tries to access a domain resource, using Edge for example, Edge has the right Enterprise Authentication capability so [WinInet](https://msdn.microsoft.com/library/windows/desktop/aa385483.aspx) can release the credentials that it gets from the Credential Manager to the SSP that is requesting it.
|
||||||
|
Reference in New Issue
Block a user