Class SecuritySettings
Represents the security configuration of an out-of-browser application.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class SecuritySettings : DependencyObject, IDependencyObject
Constructors
| Improve this Doc View SourceSecuritySettings()
Initializes a new instance of the SecuritySettings class.
Declaration
public SecuritySettings()
Fields
| Improve this Doc View SourceElevatedPermissionsProperty
Identifies the ElevatedPermissions dependency property.
Declaration
public static readonly DependencyProperty ElevatedPermissionsProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceElevatedPermissions
Gets a value that indicates whether the out-of-browser application requires elevated permissions.
Declaration
public ElevatedPermissions ElevatedPermissions { get; }
Property Value
Type | Description |
---|---|
ElevatedPermissions | A value that indicates whether the out-of-browser application requires elevated permissions. |