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.
|
Methods
GetPassword(DependencyObject)
Gets the password.
Declaration
public static string GetPassword(DependencyObject property)
Parameters
System. The property. |
Returns
System. The password. |
SetPassword(DependencyObject, String)
Sets the password.
Declaration
public static void SetPassword(DependencyObject property, string value)
Parameters
System. The property. |
System. The new password. |