Selerix Developer Tools
SignatureMode Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : SignatureMode Enumeration
Enum. Indicates the type of signature used to sign the application.
Syntax
'Declaration
 
Public Enum SignatureMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As SignatureMode
public enum SignatureMode extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum SignatureMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class SignatureMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
DigitizedSignature2Digitized signature.
Other2147483647Other.
Pin1Pin.
PinOrDigitized0Pin or digitized.
PINorDigitizedorVoice5PINorDigitizedorVoice
Unknown4Unknown.
VoiceConfirmation3Voice confirmation.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.SignatureMode

See Also

Reference

Selerix.BusinessObjects Namespace