Show / Hide Table of Contents

Enum PasswordBoxMonitor.MonitorLevel

Defines the different password monitoring levels.

Namespace: TheXDS.MCART.Component
Assembly: MCART.Wpf.Common.dll
Syntax
[Flags]
public enum PasswordBoxMonitor.MonitorLevel : byte

Fields

Name Description
All

Secure password, plain-text password, and password length.

Length

Password length only. Only the PasswordLengthProperty is exposed.

None

None. The PasswordBox will not be monitored.

Password

Plain-text password. Monitors the PasswordBox's plain-text password content.

PasswordAndLength

Plain-text password and password length.

SecurePassword

Secure password. Monitors the PasswordBox's secure password content.

SecurePasswordAndLength

Secure password and password length.

SecurePasswordAndPassword

Secure password and plain-text password.

Extension Methods

EnumExtensions.GetAttribute<T>(Enum)
EnumExtensions.GetAttributes<T>(Enum)
EnumExtensions.HasAttrValue<TAttribute, TValue>(Enum, out TValue)
EnumExtensions.HasAttribute<T>(Enum)
EnumExtensions.HasAttribute<T>(Enum, out T)
EnumExtensions.HasAttributes<T>(Enum, out IEnumerable<T>)
EnumExtensions.NameOf(Enum)
EnumExtensions.ToBytes(Enum)
EnumExtensions.ToUnderlyingType(Enum)
Objects.ShallowCopyTo(object, object, Type)
ObjectExtensions.FieldsOf<T>(object)
ObjectExtensions.GetAttribute<T>(object)
ObjectExtensions.GetAttributes<T>(object)
ObjectExtensions.HasAttrValue<TAttribute, TValue>(object, out TValue)
ObjectExtensions.HasAttribute<T>(object)
ObjectExtensions.HasAttribute<T>(object, out T)
ObjectExtensions.HasAttributes<T>(object, out IEnumerable<T>)
ObjectExtensions.Is(object, object)
ObjectExtensions.IsEither(object, IEnumerable)
ObjectExtensions.IsEither(object, params object[])
ObjectExtensions.IsNeither(object, IEnumerable)
ObjectExtensions.IsNeither(object, params object[])
ObjectExtensions.IsNot(object, object)
ObjectExtensions.PropertiesOf<T>(object)
ObjectExtensions.WhichAre(object, IEnumerable<object>)
ObjectExtensions.WhichAre(object, params object[])
Objects.Itself<PasswordBoxMonitor.MonitorLevel>(PasswordBoxMonitor.MonitorLevel)
Objects.ShallowClone<PasswordBoxMonitor.MonitorLevel>(PasswordBoxMonitor.MonitorLevel)
Objects.ShallowCopyTo<PasswordBoxMonitor.MonitorLevel>(PasswordBoxMonitor.MonitorLevel, PasswordBoxMonitor.MonitorLevel)
CollectionExtensions.PushInto<PasswordBoxMonitor.MonitorLevel, TCollection>(PasswordBoxMonitor.MonitorLevel, ICollection<TCollection>)
DictionaryExtensions.PushInto<TKey, PasswordBoxMonitor.MonitorLevel>(PasswordBoxMonitor.MonitorLevel, TKey, IDictionary<TKey, PasswordBoxMonitor.MonitorLevel>)
EnumExtensions.ToUnderlyingType<PasswordBoxMonitor.MonitorLevel>(PasswordBoxMonitor.MonitorLevel)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX