Class PasswordHelper
Provides methods for management of protection passwords.
Inheritance
System.Object
PasswordHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public static class PasswordHelper
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. |