Function attribute

  • Decorator that creates setter/getter for PKCS#11 object attributes

    Parameters

    • name: string

      Attribute name

    • Optional defaultValue: any

    Returns ((target, propertyKey) => void)

      • (target, propertyKey): void
      • Parameters

        • target: any
        • propertyKey: string

        Returns void

Generated using TypeDoc