PasswordUsage

@objc(GSPasswordUsage)
public enum PasswordUsage : Int, Codable

Password usage when transmitting password to unlock file system

  • Send password for record requirement.

    Declaration

    Swift

    case record
  • usb

    Send password for usb mass storage requirement

    Declaration

    Swift

    case usb
  • Debug description.

    Declaration

    Swift

    public var description: String { get }