SecretWindow

StockSharp.Xaml

The window for set the secret.

Inherits: ThemedWindow

Implements: IComponentConnector

Constructors

SecretWindow
public SecretWindow()
secretWindow = SecretWindow()

Initializes a new instance of the SecretWindow.

Properties

Secret
public SecureString Secret { get; set; }
value = secretWindow.Secret
secretWindow.Secret = value

The secret.

Methods

InitializeComponent
public void InitializeComponent()
secretWindow.InitializeComponent()

InitializeComponent

Fields

OkCommand
public static readonly RoutedCommand OkCommand
value = SecretWindow.OkCommand

OK command.