AifInterfaces Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the various interfaces that are implemented by hosted applications.
This enumeration supports a bitwise combination of its member values.
public enum class AifInterfaces
[System.Flags]
public enum AifInterfaces
[<System.Flags>]
type AifInterfaces =
Public Enum AifInterfaces
- Inheritance
-
AifInterfaces
- Attributes
Fields
Name | Value | Description |
---|---|---|
IHostedApplication | 1 | Represents the HostedApplication interface |
IHostedApplication2 | 2 | Represents the IHostedApplication2 interface |
IHostedApplicationEx | 4 | Represents the IHostedApplicationEx interface |
IAutoSignOn | 8 | Not Used |
ISingleSignOnApp | 22 | Not Used |
IHostedApplication3 | 50 | Represents the IHostedApplication3 interface |