Security and identity
This article provides an index of development features that are related to scenarios involving security and identity in Windows apps.
Note
The Windows App SDK currently does not provide APIs related to security and identity scenarios.
Windows OS features
Windows 10 and later OS releases provide a wide variety of APIs related to graphics scenarios for apps. These features are available via a combination of WinRT and Win32 (C++ and COM) APIs provided by the Windows SDK.
WinRT APIs
The following articles provide information about features available via WinRT APIs provided by the Windows SDK.
Article | Description |
---|---|
Security | Learn about the breadth of security features for Windows apps. |
Authentication and user identity | Windows apps have several options for user authentication, ranging from simple single sign-on (SSO) using Web authentication broker to highly secure two-factor authentication. |
Cryptography | Learn about cryptography features available to Windows apps. |
Win32 (C++ and COM) APIs
The following articles provide information about features available via Win32 (C++ and COM) APIs provided by the Windows SDK.
Article | Description |
---|---|
Security and identity | Learn about the breadth of security features available to Windows apps via Win32 APIs. |
Authentication | Learn about authentication features available via Win32 APIs. |
Cryptography | Learn about cryptography features available via Win32 APIs. |
.NET features
The .NET SDK also provides APIs related to security and identity scenarios for WPF and Windows Forms apps.
Article | Description |
---|---|
Security in .NET | Learn about security concepts and features for all .NET apps. |
Security (WPF) | Learn about security concepts and features for WPF apps. |
Windows Forms Security | Learn about security concepts and features for Windows Forms apps. |
Feedback
Submit and view feedback for