Table of Contents

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 OkCommand

Field Value

RoutedCommand

Properties

Secret

The secret.

public SecureString Secret { get; set; }

Property Value

SecureString

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()