Show / Hide Table of Contents

Enum PasswordChangedConsequence

Defines consequences for the PasswordChangedEventHandler.

Namespace: Sartorius.SAF.Notification
Assembly: Sartorius.SAF.dll
Syntax
public enum PasswordChangedConsequence

Fields

Name Description
ClearPassword

indicates to clear the current password.

MaskPassword

Indicates to mask the password.

Extension Methods

CollectionExtensions.AddRange<T, PasswordChangedConsequence>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<PasswordChangedConsequence>()
  • View Source
Back to top Generated by DocFX