Class PasswordHelper
Provides methods for management of protection passwords.
Inheritance
System.Object
PasswordHelper
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public static class PasswordHelper : Object
Fields
PasswordProperty
Pasword dependency property.
Declaration
public static readonly DependencyProperty PasswordProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetPassword(DependencyObject)
Gets the password.
Declaration
public static string GetPassword(DependencyObject property)
Parameters
System.Windows.DependencyObject
property
The property. |
Returns
System.String
The password. |
SetPassword(DependencyObject, String)
Sets the password.
Declaration
public static void SetPassword(DependencyObject property, string value)
Parameters
System.Windows.DependencyObject
property
The property. |
System.String
value
The new password. |