SecureEditableText Class

Represents a secure user-editable string that is stored as encrypted text.

  public class SecureEditableText : 
  EditableText

Public Instance Constructors

Constructor Description
SecureEditableText() Initializes a new instance of the SecureEditableText class.
SecureEditableText(IModelItemOwner) Initializes a new instance of the SecureEditableText class.
SecureEditableText(IModelItemOwner, string) Initializes a new instance of the SecureEditableText class.

Public Instance Methods

Method Description
AllowCharacter Applies a character filter.

Public Instance Properties

Property Description
Value Gets or sets the current value.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows 7

See Also