Skip to content

Commit 2015f18

Browse files
MSamWilsalvinashcraft
authored andcommitted
Merged PR 20915: Add PlatformAutomaticAppSignInManager winrt API
A new winrt API is added for providing information about the current Windows policy for automatic app sign in. Feature [2626757](https://identitydivision.visualstudio.com/Engineering/_workitems/edit/2626757): [DOC] Release updated MSDN doc [Here](https://microsoft.sharepoint.com/:w:/r/teams/OSG_DevX/Approved%20Specs/AutomaticAppSignInPolicy.docx?d=w7a199b5d00f942b4b12c0b99f0c3baff&csf=1&web=1&e=7zh4jq) is the API spec:
1 parent 3ad1a6d commit 2015f18

3 files changed

Lines changed: 79 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
-api-id: T:Windows.System.Profile.PlatformAutomaticAppSignInManager
3+
-api-type: winrt class
4+
---
5+
6+
<!-- Class syntax.
7+
public static class PlatformAutomaticAppSignInManager
8+
-->
9+
10+
# Windows.System.Profile.PlatformAutomaticAppSignInManager
11+
12+
## -description
13+
Provides information about the current Windows policy for automatic app sign in.
14+
15+
## -remarks
16+
> [!IMPORTANT]
17+
> This class is intended for use by first-party applications.
18+
19+
## -see-also
20+
21+
## -examples
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
-api-id: P:Windows.System.Profile.PlatformAutomaticAppSignInManager.Policy
3+
-api-type: winrt property
4+
---
5+
6+
<!-- Property syntax.
7+
public static Windows.System.Profile.PlatformAutomaticAppSignInPolicy Policy { get; }
8+
-->
9+
10+
# Windows.System.Profile.PlatformAutomaticAppSignInManager.Policy
11+
12+
## -description
13+
The Windows policy for automatic app sign in.
14+
15+
## -property-value
16+
17+
## -remarks
18+
> [!IMPORTANT]
19+
> This method is intended for use by first-party applications.
20+
21+
## -see-also
22+
[PlatformAutomaticAppSignInPolicy](platformautomaticappsigninpolicy_platformautomaticappsigninpolicy.md)
23+
24+
## -examples
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
-api-id: T:Windows.System.Profile.PlatformAutomaticAppSignInPolicy
3+
-api-type: winrt enum
4+
---
5+
6+
<!--
7+
public enum PlatformAutomaticAppSignInPolicy
8+
-->
9+
10+
# Windows.System.Profile.PlatformAutomaticAppSignInPolicy
11+
12+
## -description
13+
Defines state that specify the current stage for automatic app sign in.
14+
15+
## -enum-fields
16+
17+
### -field Unknown: 0
18+
19+
This policy cannot be evaluated
20+
21+
### -field PermissionRequired: 1
22+
23+
Do not sign in automatically
24+
25+
### -field AlwaysAllowed: 2
26+
27+
Sign in automatically
28+
29+
## -remarks
30+
> [!IMPORTANT]
31+
> This enum is intended for use by first-party applications.
32+
33+
## -see-also
34+
[Policy](platformautomaticappsigninmanager_policy.md)

0 commit comments

Comments
 (0)