Class SecretWindow
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The window for set the secret.
public class SecretWindow : ThemedWindow, IComponentConnector- Inheritance
- 
      
      SecretWindow
- Implements
- Extension Methods
Constructors
SecretWindow()
Initializes a new instance of the SecretWindow.
public SecretWindow()Fields
OkCommand
OK command.
public static readonly RoutedCommand OkCommandField Value
Properties
Secret
The secret.
public SecureString Secret { get; set; }Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()